Information about plays

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

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

{
    "id": 3592777,
    "uri": "https://api.kexp.org/v2/plays/3592777/?format=api",
    "airdate": "2025-12-18T18:39:52-08:00",
    "show": 65412,
    "show_uri": "https://api.kexp.org/v2/shows/65412/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Talking Seattle Grunge Rock Blues",
    "track_id": "c6182f2b-f17b-48f0-b152-47c15605d2a4",
    "recording_id": "3e02056c-5f66-4875-b2b4-3f505fab3d64",
    "artist": "Todd Snider",
    "artist_ids": [
        "25c13ec7-fad4-4da4-8d98-9607ff615d68"
    ],
    "album": "Songs for the Daily Planet",
    "release_id": "4d8d9961-cf71-42d8-a1ed-3c0557d41aca",
    "release_group_id": "0e3ac98b-1ef7-372b-a4f7-8cdedd903117",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2008-08-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout out to Shelby for this request!\n\nRIP Todd Snider (singer, songwriter) 59\n(October 11, 1966 – November 14, 2025).\n\n(NPR) Todd Snider, a singer whose thoughtfully freewheeling tunes and cosmic-stoner songwriting made him a beloved figure in American roots music, has died. He was 59.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}