Information about plays

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

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

{
    "id": 3545404,
    "uri": "https://api.kexp.org/v2/plays/3545404/?format=api",
    "airdate": "2025-08-27T07:36:04-07:00",
    "show": 64400,
    "show_uri": "https://api.kexp.org/v2/shows/64400/?format=api",
    "image_uri": "https://ia801508.us.archive.org/13/items/mbid-8838d557-42df-4ebd-88a4-f74cbc33e8f8/mbid-8838d557-42df-4ebd-88a4-f74cbc33e8f8-22584905643_thumb500.jpg",
    "thumbnail_uri": "https://ia801508.us.archive.org/13/items/mbid-8838d557-42df-4ebd-88a4-f74cbc33e8f8/mbid-8838d557-42df-4ebd-88a4-f74cbc33e8f8-22584905643_thumb250.jpg",
    "song": "In Circles",
    "track_id": "6821cd55-295f-3ad0-b507-21784acbb711",
    "recording_id": "91872a9f-6640-401c-8b9c-4cb8241f3e1e",
    "artist": "Sunny Day Real Estate",
    "artist_ids": [
        "86b24e8f-a4d9-4c84-83ee-fde0d14ad9fa"
    ],
    "album": "Diary",
    "release_id": "8838d557-42df-4ebd-88a4-f74cbc33e8f8",
    "release_group_id": "12e88251-2cde-3bea-9cee-2d8c7fe65039",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1994-05-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Morning Troy! It was 2016 and my wife and I had been Amplifiers for a while and we brought our son to buy his first record when it was Light in the Attic and the new listening center had opened. \n\nHe choose Sunny Day Real Estate cause of the toys figures on the cover.\n\nWould you play \"Circles\" for us?\n\nNow amplifying from Trout Lake,\nSam, Tina, Richie and Sami",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}