Information about plays

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

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

{
    "id": 3633262,
    "uri": "https://api.kexp.org/v2/plays/3633262/?format=api",
    "airdate": "2026-03-24T22:02:33-07:00",
    "show": 66272,
    "show_uri": "https://api.kexp.org/v2/shows/66272/?format=api",
    "image_uri": "https://dn721906.ca.archive.org/0/items/mbid-02ca6698-0ae4-4079-86e9-c6d7abdfb8e2/mbid-02ca6698-0ae4-4079-86e9-c6d7abdfb8e2-35127435508_thumb500.jpg",
    "thumbnail_uri": "https://dn721906.ca.archive.org/0/items/mbid-02ca6698-0ae4-4079-86e9-c6d7abdfb8e2/mbid-02ca6698-0ae4-4079-86e9-c6d7abdfb8e2-35127435508_thumb250.jpg",
    "song": "Release the Bats",
    "track_id": "41eef0f2-1e00-36f1-a688-a26c9d26115b",
    "recording_id": "0703aa8e-ed16-428c-bb1c-8c11385592d5",
    "artist": "The Birthday Party",
    "artist_ids": [
        "cbcd4d49-e892-4fc6-a313-35f275a153d2"
    ],
    "album": "Hits",
    "release_id": "02ca6698-0ae4-4079-86e9-c6d7abdfb8e2",
    "release_group_id": "53205efb-9e41-3282-9616-82556396a868",
    "labels": [],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nick Cave was in The Birthday Party!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}