Information about plays

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

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

{
    "id": 3551167,
    "uri": "https://api.kexp.org/v2/plays/3551167/?format=api",
    "airdate": "2025-09-10T05:22:28-07:00",
    "show": 64523,
    "show_uri": "https://api.kexp.org/v2/shows/64523/?format=api",
    "image_uri": "https://ia601309.us.archive.org/17/items/mbid-0455cc23-9081-3ef1-b047-d2cd1cc797dd/mbid-0455cc23-9081-3ef1-b047-d2cd1cc797dd-11825906864_thumb500.jpg",
    "thumbnail_uri": "https://ia801309.us.archive.org/17/items/mbid-0455cc23-9081-3ef1-b047-d2cd1cc797dd/mbid-0455cc23-9081-3ef1-b047-d2cd1cc797dd-11825906864_thumb250.jpg",
    "song": "A Hazy Shade of Winter",
    "track_id": "f52462b5-dc00-336f-817f-735a966d93cd",
    "recording_id": "dbf27c6d-d428-4abe-8d47-8a199caae89d",
    "artist": "Simon & Garfunkel",
    "artist_ids": [
        "5d02f264-e225-41ff-83f7-d9b1f0b1874a"
    ],
    "album": "Bookends",
    "release_id": "0455cc23-9081-3ef1-b047-d2cd1cc797dd",
    "release_group_id": "f4a26672-dcd8-342d-ad09-2b612d91c9fb",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2001-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The duo recorded \"A Hazy Shade of Winter\" during the sessions for 'Parsley, Sage, Rosemary and Thyme' (1966), but the song was not included on an album until 1968's 'Bookends'.\nhttps://bit.ly/3czVXGR\n\n\"This is a song about looking back on life, or at least a significant stage of life…the sort of thing you might do as a significant birthday approaches…and asking yourself “did I get to where I’d hoped?\"\n\nRead this loving tribute to this fine song:\nhttps://bit.ly/3znzXbM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}