Information about plays

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

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

{
    "id": 3583576,
    "uri": "https://api.kexp.org/v2/plays/3583576/?format=api",
    "airdate": "2025-11-27T07:59:00-08:00",
    "show": 65222,
    "show_uri": "https://api.kexp.org/v2/shows/65222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Ice",
    "track_id": "f94071ba-03cb-4e2c-9912-b7b60875f9e6",
    "recording_id": "cbe6bd2f-347a-43de-acf8-994db852a8bf",
    "artist": "The Wytches",
    "artist_ids": [
        "2cf75c6b-e686-4ba1-818a-7f3ad5f3f398"
    ],
    "album": "Black Ice",
    "release_id": "f2b5d909-1e56-4b91-b5c5-0ac7e07d080f",
    "release_group_id": "d1f18b47-f7cb-4ff6-934f-869a6bb48061",
    "labels": [
        "Alcopop! Records"
    ],
    "label_ids": [
        "47c64967-c465-4a35-84f3-09bd49d7d008"
    ],
    "release_date": "2025-08-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vocalist/guitarist Kristian Bell says of ‘Black Ice’, “Last year I started working a few shifts at a record shop. There’s so much 60’s music in there to play while I work. A lot of trashy 60’s revival bands from the 80’s too, like The Milkshakes and The Cannibals. I remember putting on a 7” of “Till The End Of The Day” by The Kinks. It sounded so heavy to me. Heavier than modern metal. I wanted to go down that route. Where the sound can blow your head off without using the usual sonic tricks we’ve used before. https://the-wytches.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}