Information about plays

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

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

{
    "id": 3543460,
    "uri": "https://api.kexp.org/v2/plays/3543460/?format=api",
    "airdate": "2025-08-22T20:26:13-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "https://coverartarchive.org/release/333c5a2c-d34d-4441-8c55-f67fb9a5c2eb/32172905828-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/333c5a2c-d34d-4441-8c55-f67fb9a5c2eb/32172905828-250.jpg",
    "song": "Cissy Strutt",
    "track_id": null,
    "recording_id": "6559ec7e-ae31-4c82-909e-c6d2af9e9a14",
    "artist": "The Meters",
    "artist_ids": [
        "851827d6-ae31-4093-a166-1420cac610a4"
    ],
    "album": "Jazz From A To Z 3",
    "release_id": null,
    "release_group_id": "fbdc188b-1095-42ab-a1ec-0ab454d30a87",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "What a lineup! New Orleans R&B and funk band The Meters formed in 1966 with a line-up of keyboardist and vocalist Art Neville, guitarist Leo Nocentelli, bassist George Porter Jr. and drummer Joseph \"Zigaboo\" Modeliste. \n--\nNocentelli explained  that he penned \"Cissy Strutt\" to replace their traditional opener. Most bands had an opening song.  \"One of the songs that everybody kind of played was a song called 'Hold It.' And everybody played it, man. I got sick of playing that, so I wrote 'Cissy Strut.' The melody came out and I introduced it to George, Art and Zig. And we started opening the set with 'Cissy Strut,' but it didn't have a name or anything. It was just that song, that opening song. That's how that happened. We recorded the song, and it was named 'Cissy Strut' long after I wrote it.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}