Information about plays

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

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

{
    "id": 3601433,
    "uri": "https://api.kexp.org/v2/plays/3601433/?format=api",
    "airdate": "2026-01-07T14:13:47-08:00",
    "show": 65588,
    "show_uri": "https://api.kexp.org/v2/shows/65588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": "This is L.A. chill wave artist Poolside's remix of 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.\n--\nThis features the sound of a vibraslap chattering throughout the mix. The percussion instrument mimics the sound of a jawbone, a similar apparatus that was made from the dried jawbone of a donkey (and similar animals) and was struck so the vibration would rattle the loose teeth in their sockets.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}