RecentlyPlayed
Retrieve the current user's recently played tracks from Spotify (last 50 tracks). Requires scope: user-read-playback-history. Uses cursor-based pagination.
Columns
| Name | Type | References | |
| PlayedAt | Datetime | ||
| TrackId | String | ||
| TrackName | String | ||
| TrackDurationMs | Integer | ||
| IsTrackExplicit | Boolean | ||
| Popularity | Integer | ||
| TrackPreviewUrl | String | ||
| TrackUri | String | ||
| Album | String | ||
| Artists | String | ||
| Track | String | ||
| Context | String |