Information about plays

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

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

{
    "id": 3590085,
    "uri": "https://api.kexp.org/v2/plays/3590085/?format=api",
    "airdate": "2025-12-12T08:50:49-08:00",
    "show": 65354,
    "show_uri": "https://api.kexp.org/v2/shows/65354/?format=api",
    "image_uri": "https://ia803404.us.archive.org/8/items/mbid-358d5ce1-15fd-4a92-9be0-618e055994d5/mbid-358d5ce1-15fd-4a92-9be0-618e055994d5-4524753744_thumb500.jpg",
    "thumbnail_uri": "https://ia903404.us.archive.org/8/items/mbid-358d5ce1-15fd-4a92-9be0-618e055994d5/mbid-358d5ce1-15fd-4a92-9be0-618e055994d5-4524753744_thumb250.jpg",
    "song": "Kool Thing",
    "track_id": "83cdb71b-7939-32df-ab2f-21cfe54d0572",
    "recording_id": "a35faf90-4293-48c9-9e36-ba9dd13533a6",
    "artist": "Sonic Youth",
    "artist_ids": [
        "5cbef01b-cc35-4f52-af7b-d0df0c4f61b9"
    ],
    "album": "Goo",
    "release_id": "358d5ce1-15fd-4a92-9be0-618e055994d5",
    "release_group_id": "8114542a-d659-3b5f-a11f-cf86ed7fa84d",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1990-06-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Junu in Chicago..\n--\nPublic Enemy's Chuck D contributes some vocals in the song. The collaboration came about as Public Enemy and Sonic Youth were both recording albums in the same small studio. Singer and guitarist Thurston Moore said: \"It was real exciting for us. We're big fans. They were aware of us – I think they were kind of curious about us. Their scene is aware ours exists, but it all melts together. So, you know, we might as well be Blondie!... Chuck was around, Kim (Deal) asked him if he'd come in, do the song, say those lines –and he elaborated on it a bit, and grooved along.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}