Information about plays

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

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

{
    "id": 3632666,
    "uri": "https://api.kexp.org/v2/plays/3632666/?format=api",
    "airdate": "2026-03-23T08:08:39-07:00",
    "show": 66259,
    "show_uri": "https://api.kexp.org/v2/shows/66259/?format=api",
    "image_uri": "https://dn710204.ca.archive.org/0/items/mbid-2c512dd9-e6f8-4967-98bc-c631ddccfa3b/mbid-2c512dd9-e6f8-4967-98bc-c631ddccfa3b-30755728674_thumb500.jpg",
    "thumbnail_uri": "https://dn710204.ca.archive.org/0/items/mbid-2c512dd9-e6f8-4967-98bc-c631ddccfa3b/mbid-2c512dd9-e6f8-4967-98bc-c631ddccfa3b-30755728674_thumb250.jpg",
    "song": "Eyes Without a Face (Poolside Remix)",
    "track_id": "8b544c85-5f4f-4d3f-968e-fc902bb90e3f",
    "recording_id": "cd0c2a32-1547-4980-8400-1f14b6e89169",
    "artist": "Billy Idol",
    "artist_ids": [
        "47c8f88b-987a-4b64-9175-2b1b57809727"
    ],
    "album": "Eyes Without a Face",
    "release_id": "2c512dd9-e6f8-4967-98bc-c631ddccfa3b",
    "release_group_id": "0039cbb0-3222-4ff0-a98f-6184f5b93da8",
    "labels": [
        "Capitol Catalog Mkt (C92)"
    ],
    "label_ids": [
        "37ae047b-0278-42c1-a001-af36c9882b99"
    ],
    "release_date": "2021-02-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's Poolside remixing the Billy Idol classic (which has now been sampled more than 40 times)!\n--\nThe French vocals on this track were sung by Idol's girlfriend, the dancer Perri Lister, who was part of a performance group called Hot Gossip.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}