Information about plays

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

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

{
    "id": 3641561,
    "uri": "https://api.kexp.org/v2/plays/3641561/?format=api",
    "airdate": "2026-04-13T12:29:15-07:00",
    "show": 66443,
    "show_uri": "https://api.kexp.org/v2/shows/66443/?format=api",
    "image_uri": "https://dn710209.ca.archive.org/0/items/mbid-092d0ef1-8340-4459-8596-c59367137dc9/mbid-092d0ef1-8340-4459-8596-c59367137dc9-33912574057_thumb500.jpg",
    "thumbnail_uri": "https://dn710209.ca.archive.org/0/items/mbid-092d0ef1-8340-4459-8596-c59367137dc9/mbid-092d0ef1-8340-4459-8596-c59367137dc9-33912574057_thumb250.jpg",
    "song": "Suite: Judy Blue Eyes",
    "track_id": "eb5912fe-336a-4bdb-9fdc-93e510c30ab8",
    "recording_id": "cbb3a55e-cfc4-4e32-a026-3bcb8e80cd14",
    "artist": "Crosby, Stills & Nash",
    "artist_ids": [
        "cfafad90-b736-4c74-8ded-f3f4d7b2c792"
    ],
    "album": "Crosby, Stills & Nash",
    "release_id": "092d0ef1-8340-4459-8596-c59367137dc9",
    "release_group_id": "a2735d5f-27c0-3176-85df-e77f669dcca1",
    "labels": [
        "Atlantic",
        "Rhino"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7",
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2006-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stephen Stills wrote this song about his then-girlfriend, folk singer Judy Collins. Stills said: \"It started out as a long narrative poem about my relationship with Judy Collins. It poured out of me over many months and filled several notebooks. I had a hell of a time getting the music to fit. I was left with all these pieces of song and I said, 'Let's sing them together and call it a suite,' because they were all about the same thing and they led up to the same point.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}