PlayerState
Retrieve the current playback state from Spotify including device, track, and progress information. Requires scope: user-read-playback-state. Returns HTTP 204 when nothing is playing.
Columns
| Name | Type | References | |
| IsPlaying | Boolean | ||
| LastChangedTimestamp | Datetime | ||
| ProgressMs | Integer | ||
| IsShuffled | Boolean | ||
| RepeatState | String |
The allowed values are off, track, context. | |
| CurrentlyPlayingType | String |
The allowed values are track, episode, ad, unkown. | |
| DeviceId | String | ||
| DeviceName | String | ||
| DeviceType | String | ||
| DeviceVolumePercent | Integer | ||
| Item | String | ||
| Context | String |