Information about plays

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

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

{
    "id": 3626233,
    "uri": "https://api.kexp.org/v2/plays/3626233/?format=api",
    "airdate": "2026-03-07T03:06:46-08:00",
    "show": 66113,
    "show_uri": "https://api.kexp.org/v2/shows/66113/?format=api",
    "image_uri": "https://dn721804.ca.archive.org/0/items/mbid-a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1/mbid-a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1-31950645479_thumb500.jpg",
    "thumbnail_uri": "https://dn721804.ca.archive.org/0/items/mbid-a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1/mbid-a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1-31950645479_thumb250.jpg",
    "song": "(Nothing but) Flowers",
    "track_id": "f4fe74f2-e6bb-3683-aace-90ad4622a520",
    "recording_id": "480665d8-6a9f-40bf-81ba-7c2a3607463a",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Once in a Lifetime",
    "release_id": "a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1",
    "release_group_id": "4115ff42-4d79-3a95-a745-a07e66ff3c42",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song, and the rest of the Naked album, was co-produced with the band by Steve Lillywhite, an Englishman known for his work with Peter Gabriel and U2. He was married to the folk singer Kirsty MacColl, who contributed backing vocals to this song. Johnny Marr played 12-string guitar on this track at the suggestion of Lillywhite.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}