Information about plays

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

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

{
    "id": 3633297,
    "uri": "https://api.kexp.org/v2/plays/3633297/?format=api",
    "airdate": "2026-03-25T00:06:04-07:00",
    "show": 66272,
    "show_uri": "https://api.kexp.org/v2/shows/66272/?format=api",
    "image_uri": "https://coverartarchive.org/release/e276296d-0e1a-40bb-ac14-7a95f1ca7ff0/31558457789-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e276296d-0e1a-40bb-ac14-7a95f1ca7ff0/31558457789-250.jpg",
    "song": "Six Bells Chime",
    "track_id": null,
    "recording_id": "8c3619e0-cfb9-41fc-ba42-8158b7a4f376",
    "artist": "Crime & the City Solution",
    "artist_ids": [
        "afed4881-8d2e-4c43-86a4-ef81e005339c"
    ],
    "album": "Room of Lights",
    "release_id": null,
    "release_group_id": "65ade537-4cfd-3ef9-8974-53a45b8af1a9",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1986-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rowland S Howard was in The Birthday Party and in Crime & the City Solution for this album. Watch him perform this song in the great Wim Wenders film Wings of Desire right here https://www.youtube.com/watch?v=JPYQTHglLZ4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}