Information about plays

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

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

{
    "id": 3640951,
    "uri": "https://api.kexp.org/v2/plays/3640951/?format=api",
    "airdate": "2026-04-11T22:17:16-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "https://dn710002.ca.archive.org/0/items/mbid-6a2ff694-cf6b-4982-b1b8-7be73f843d62/mbid-6a2ff694-cf6b-4982-b1b8-7be73f843d62-34583327087_thumb500.jpg",
    "thumbnail_uri": "https://dn710002.ca.archive.org/0/items/mbid-6a2ff694-cf6b-4982-b1b8-7be73f843d62/mbid-6a2ff694-cf6b-4982-b1b8-7be73f843d62-34583327087_thumb250.jpg",
    "song": "Get Down and Get With It",
    "track_id": "894d40de-ef83-3d79-8144-7ea64fff84a9",
    "recording_id": "d8403e83-c7e5-4671-a61e-385a6a42d991",
    "artist": "Slade",
    "artist_ids": [
        "2e700147-56a3-416b-a95d-381ea42f947f"
    ],
    "album": "Get Yer Boots On: The Best of Slade",
    "release_id": "6a2ff694-cf6b-4982-b1b8-7be73f843d62",
    "release_group_id": "d7b045c7-1dee-3c12-80e0-67ae43ef6b7a",
    "labels": [
        "Shout! Factory"
    ],
    "label_ids": [
        "004762a8-6905-4270-b5f8-ceef5fc5bc73"
    ],
    "release_date": "2004-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}