Information about plays

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

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

{
    "id": 3534072,
    "uri": "https://api.kexp.org/v2/plays/3534072/?format=api",
    "airdate": "2025-07-31T08:43:37-07:00",
    "show": 64160,
    "show_uri": "https://api.kexp.org/v2/shows/64160/?format=api",
    "image_uri": "https://ia800907.us.archive.org/7/items/mbid-80cc04db-8335-3c6f-8661-6697f9531747/mbid-80cc04db-8335-3c6f-8661-6697f9531747-7786734211_thumb500.jpg",
    "thumbnail_uri": "https://dn721206.ca.archive.org/0/items/mbid-80cc04db-8335-3c6f-8661-6697f9531747/mbid-80cc04db-8335-3c6f-8661-6697f9531747-7786734211_thumb250.jpg",
    "song": "Coming Down",
    "track_id": "775275e2-751a-4cd0-9064-54a879b56e56",
    "recording_id": "e60ecabd-6f32-47a5-8086-d30ab7bc612d",
    "artist": "Daniel Ash",
    "artist_ids": [
        "d4aa1162-78ac-437f-9900-97460e4e2f34"
    ],
    "album": "Coming Down",
    "release_id": "e24fb00c-e1c9-4fff-9548-33af50c93eff",
    "release_group_id": "da7a05ff-12a3-4805-87ed-95f019b8853e",
    "labels": [
        "RCA",
        "Beggars Banquet"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946",
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 68th birthday, Daniel Ash!\n--\nThe dark blue and black of the album cover photo shots captures the feeling of Coming Down nicely, with the disc often occupying a zone somewhere between the Jesus and Mary Chain's monster pop-thrash and Julee Cruise's avant-garde '50s-isms. The title track appears in two versions that fit each of those descriptions perfectly, while others blend the elements to one extent or another.\nhttp://bit.ly/46wkAkw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}