Information about plays

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

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

{
    "id": 3634185,
    "uri": "https://api.kexp.org/v2/plays/3634185/?format=api",
    "airdate": "2026-03-27T07:34:41-07:00",
    "show": 66291,
    "show_uri": "https://api.kexp.org/v2/shows/66291/?format=api",
    "image_uri": "https://dn710003.ca.archive.org/0/items/mbid-c1eb492f-5687-4b28-a90a-76ee703ea8ed/mbid-c1eb492f-5687-4b28-a90a-76ee703ea8ed-38320879321_thumb500.jpg",
    "thumbnail_uri": "https://dn710003.ca.archive.org/0/items/mbid-c1eb492f-5687-4b28-a90a-76ee703ea8ed/mbid-c1eb492f-5687-4b28-a90a-76ee703ea8ed-38320879321_thumb250.jpg",
    "song": "Victoria",
    "track_id": "3e104560-cd47-3e98-bc38-902954733580",
    "recording_id": "7ab31741-c77a-4f58-b3d5-12c28ab1781a",
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "458489 A Sides",
    "release_id": "1fcfc15d-e5be-306a-924e-9cff16edefa5",
    "release_group_id": "f8038069-48fd-3845-bd4a-62d641771f59",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1994-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mark E. Smith's band The Fall covered The Kinks' song \"Victoria.\" \n--\nRay Davies wrote the original. It is the opening track on the band's 1969 concept album \"Arthur (Or the Decline and Fall of the British Empire).\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}