get_currently_playing
Retrieve the current Spotify track or episode with playback progress. Lightweight poll—use the full-state endpoint for shuffle, device, and volume.
Instructions
Lightweight poll of what is playing right now: the item and progress only. For full session state (shuffle/repeat mode, active device, volume) use get_now_playing instead. Also covers: get_now_playing full-state poll — See also: get_now_playing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | ISO 3166-1 alpha-2 country code — localises item names; lowercase input is uppercased; defaults to the account market | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |
| additional_types | No | Item types to include in the response. Default: ['track', 'episode'] |