Information about plays

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

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

{
    "id": 3638451,
    "uri": "https://api.kexp.org/v2/plays/3638451/?format=api",
    "airdate": "2026-04-06T03:00:05-07:00",
    "show": 66380,
    "show_uri": "https://api.kexp.org/v2/shows/66380/?format=api",
    "image_uri": "https://coverartarchive.org/release/ea0b2abc-dc14-4418-a8bc-68c9329786c9/44777230019-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ea0b2abc-dc14-4418-a8bc-68c9329786c9/44777230019-250.jpg",
    "song": "Panamanian Fight Song",
    "track_id": null,
    "recording_id": "584bf971-dd8c-48b9-a67c-ea45d1430469",
    "artist": "Irreversible Entanglements",
    "artist_ids": [
        "ee3077be-0854-4603-876a-3e7e884bb462"
    ],
    "album": "Future Present Past",
    "release_id": null,
    "release_group_id": "a9a8c44d-dc29-43e7-a4ba-365858d5db4f",
    "labels": [
        "Impulse"
    ],
    "label_ids": [],
    "release_date": "2026-03-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi pals, welcome to the show!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}