Information about plays

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

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

{
    "id": 3633294,
    "uri": "https://api.kexp.org/v2/plays/3633294/?format=api",
    "airdate": "2026-03-24T23:54:09-07:00",
    "show": 66272,
    "show_uri": "https://api.kexp.org/v2/shows/66272/?format=api",
    "image_uri": "https://dn721801.ca.archive.org/0/items/mbid-d56dbdb6-b551-40eb-8d43-c7194f8ca578/mbid-d56dbdb6-b551-40eb-8d43-c7194f8ca578-6480008619_thumb500.jpg",
    "thumbnail_uri": "https://ia600801.us.archive.org/23/items/mbid-d56dbdb6-b551-40eb-8d43-c7194f8ca578/mbid-d56dbdb6-b551-40eb-8d43-c7194f8ca578-6480008619_thumb250.jpg",
    "song": "Tower of Song",
    "track_id": "b46d96a1-65e6-3d3d-bd10-8a0a573ddf17",
    "recording_id": "b1772fc6-2190-460d-8da8-67c4a6edf7fb",
    "artist": "Nick Cave & The Bad Seeds",
    "artist_ids": [
        "172e1f1a-504d-4488-b053-6344ba63e6d0"
    ],
    "album": "B-Sides & Rarities",
    "release_id": "d56dbdb6-b551-40eb-8d43-c7194f8ca578",
    "release_group_id": "bbb013fb-7e30-3225-9d56-39f781b9685d",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2005-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of the last song! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}