Information about plays

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

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

{
    "id": 3597918,
    "uri": "https://api.kexp.org/v2/plays/3597918/?format=api",
    "airdate": "2025-12-30T07:50:43-08:00",
    "show": 65514,
    "show_uri": "https://api.kexp.org/v2/shows/65514/?format=api",
    "image_uri": "https://ia601508.us.archive.org/14/items/mbid-4c12e0aa-ea26-47a1-b853-b1a65bc37281/mbid-4c12e0aa-ea26-47a1-b853-b1a65bc37281-16102363626_thumb500.jpg",
    "thumbnail_uri": "https://ia801508.us.archive.org/14/items/mbid-4c12e0aa-ea26-47a1-b853-b1a65bc37281/mbid-4c12e0aa-ea26-47a1-b853-b1a65bc37281-16102363626_thumb250.jpg",
    "song": "Drain You",
    "track_id": "62a5463e-3d3c-4756-a24d-13827d4fd69c",
    "recording_id": "55cccd03-d5a8-49fd-ac1a-83bac575a698",
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Nevermind",
    "release_id": "4c12e0aa-ea26-47a1-b853-b1a65bc37281",
    "release_group_id": "1b022e01-4da6-387b-8658-8678046e4cef",
    "labels": [
        "Sub Pop Records",
        "UMe",
        "DGC Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474",
        "93ba13c1-5d3f-4618-a8e7-17aeffff1da6",
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "2011-09-27",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Nirvana opened their show live at Beehive records with Drain You. Watch it below where you can spot a young Susie Tennant in attendance.\n\nhttps://www.youtube.com/watch?v=WsGcbpd7Nl8&ab_channel=stateyourrights",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}