Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3633464/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3633464,
    "uri": "https://api.kexp.org/v2/plays/3633464/?format=api",
    "airdate": "2026-03-25T10:31:21-07:00",
    "show": 66276,
    "show_uri": "https://api.kexp.org/v2/shows/66276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweet Dreams (Are Made of This)",
    "track_id": "69044fd2-3502-3887-b5d1-3727a363340e",
    "recording_id": "bf8e28bb-b4ef-4b9a-bc64-8f58dd4ff5dd",
    "artist": "Eurythmics",
    "artist_ids": [
        "b4d32cff-f19e-455f-86c4-f347d824ca61"
    ],
    "album": "Sweet Dreams (Are Made of This)",
    "release_id": "83fdb3e3-9195-4d25-aec6-652ff5a67345",
    "release_group_id": "b969f851-b5cf-3a3f-9bfe-1280eb271406",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Britney's 'Everybody' from her 2007 album 'Blackout' samples 'Sweet Dreams (Are Made of This)' by the Eurythmics.\n\nAnnie Lennox's desire to challenge stereotypes in the music industry and be perceived as strong as a man influenced her approach to the song's themes and visuals.\n\nThe iconic video: https://www.youtube.com/watch?v=6KR52lEWLEM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}