Information about plays

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

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

{
    "id": 3645166,
    "uri": "https://api.kexp.org/v2/plays/3645166/?format=api",
    "airdate": "2026-04-22T02:29:38-07:00",
    "show": 66519,
    "show_uri": "https://api.kexp.org/v2/shows/66519/?format=api",
    "image_uri": "https://dn711201.ca.archive.org/0/items/mbid-c5b00a6e-48e0-4eb3-b3c7-93a532f97554/mbid-c5b00a6e-48e0-4eb3-b3c7-93a532f97554-9407698409_thumb500.jpg",
    "thumbnail_uri": "https://dn711201.ca.archive.org/0/items/mbid-c5b00a6e-48e0-4eb3-b3c7-93a532f97554/mbid-c5b00a6e-48e0-4eb3-b3c7-93a532f97554-9407698409_thumb250.jpg",
    "song": "Welfare Mothers",
    "track_id": "6ae52924-d747-4948-9e16-f07944fd92a2",
    "recording_id": "1c30db97-32d6-4203-9c14-ab63620f9484",
    "artist": "Neil Young & Crazy Horse",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf",
        "71f754c0-f2d1-4a54-8d70-cc0ee409ca00"
    ],
    "album": "Rust Never Sleeps",
    "release_id": "2e4f285f-de26-46cd-8175-81f070a3be18",
    "release_group_id": "a710c7c7-46e6-36ca-9c3c-87c8e79f8daf",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1988-02-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}