get_now_playing
Retrieves the current playback state, including active item, progress, shuffle mode, device, and volume.
Instructions
Full device/session state for what is playing right now — item, progress, plus shuffle/repeat mode, active device, and volume. For a lightweight item+progress poll use get_currently_playing instead. Also covers: get_currently_playing lightweight poll — See also: get_currently_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'] |