Information about plays

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

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

{
    "id": 3640194,
    "uri": "https://api.kexp.org/v2/plays/3640194/?format=api",
    "airdate": "2026-04-10T06:39:11-07:00",
    "show": 66413,
    "show_uri": "https://api.kexp.org/v2/shows/66413/?format=api",
    "image_uri": "https://dn711201.ca.archive.org/0/items/mbid-1029a400-620c-36f8-b481-0db383fc4823/mbid-1029a400-620c-36f8-b481-0db383fc4823-2032808459_thumb500.jpg",
    "thumbnail_uri": "https://dn711201.ca.archive.org/0/items/mbid-1029a400-620c-36f8-b481-0db383fc4823/mbid-1029a400-620c-36f8-b481-0db383fc4823-2032808459_thumb250.jpg",
    "song": "Home",
    "track_id": "9e2cd7e6-8bf4-3a4a-8a79-68c83241bf27",
    "recording_id": "97d46d36-5407-410e-840f-3c455ba1505c",
    "artist": "David Byrne & Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872",
        "d4659efb-b8eb-4f03-95e9-f69ce35967a9"
    ],
    "album": "Everything That Happens Will Happen Today",
    "release_id": "1029a400-620c-36f8-b481-0db383fc4823",
    "release_group_id": "c9cf80df-db8f-34b4-9b86-012edfa6180f",
    "labels": [
        "Todo Mundo"
    ],
    "label_ids": [
        "69d73bfc-8272-430e-9341-0b584f0d7e36"
    ],
    "release_date": "2008-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Their first full length collaboration since 1981's My Life in the Bush of Ghosts.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}