Information about plays

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

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

{
    "id": 3609327,
    "uri": "https://api.kexp.org/v2/plays/3609327/?format=api",
    "airdate": "2026-01-26T09:02:19-08:00",
    "show": 65760,
    "show_uri": "https://api.kexp.org/v2/shows/65760/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your Hand in Mine",
    "track_id": "9782a21c-03aa-315b-82cd-938b93ae1097",
    "recording_id": "4e7338bc-eb84-44ad-8532-8329267992a0",
    "artist": "Explosions in the Sky",
    "artist_ids": [
        "4236acde-2ce2-441c-a3d4-38d55f1b5474"
    ],
    "album": "The Earth Is Not a Cold Dead Place",
    "release_id": "57b15b44-0d31-40bd-9abc-aa13b1ddb307",
    "release_group_id": "dfc9abdd-b9b8-3cea-b760-cb620e20825e",
    "labels": [
        "Temporary Residence Limited"
    ],
    "label_ids": [
        "ce05124e-f6be-4f68-b73a-1dfda9e2b576"
    ],
    "release_date": "2003-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Earth Is Not A Cold Dead Place is an album about hope. Its cover, designed by Esteban Rey, bears its titular statement scrawled over and over in stark black handwriting, a defiantly positive mantra in the post-9/11 landscape. https://bit.ly/40ArTBb http://www.explosionsinthesky.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}