Now Playing
get_playback_stateCheck what's currently playing on Spotify, including track, device, progress, shuffle, and repeat status. Get instant playback state details.
Instructions
Get the current playback state: track, device, progress, shuffle and repeat.
Returns:
PlaybackState (is_playing is False when nothing is playing)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track | No | ||
| device | No | ||
| repeat | No | off | |
| volume | No | ||
| shuffle | No | ||
| is_playing | Yes | ||
| progress_ms | No |