Information about plays

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

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

{
    "id": 3633515,
    "uri": "https://api.kexp.org/v2/plays/3633515/?format=api",
    "airdate": "2026-03-25T13:41:07-07:00",
    "show": 66277,
    "show_uri": "https://api.kexp.org/v2/shows/66277/?format=api",
    "image_uri": "https://coverartarchive.org/release/0dbac03b-32d8-4c58-82a0-e3f328452499/37217818303-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0dbac03b-32d8-4c58-82a0-e3f328452499/37217818303-250.jpg",
    "song": "The Weight",
    "track_id": null,
    "recording_id": "ef4fa205-e0c6-4191-b033-7839c31a939d",
    "artist": "The Band, The Staples Singers",
    "artist_ids": [],
    "album": "The Last Waltz",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1978-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Last Waltz\" was produced by John Simon, who also produced the previous \"Cheap Thrills.\"\n\nMavis Staples is peerless in this live performance from \"The Last Waltz\" movie: https://www.youtube.com/watch?v=TCSzL5-SPHM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}