Information about plays

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

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

{
    "id": 3546206,
    "uri": "https://api.kexp.org/v2/plays/3546206/?format=api",
    "airdate": "2025-08-29T07:11:07-07:00",
    "show": 64417,
    "show_uri": "https://api.kexp.org/v2/shows/64417/?format=api",
    "image_uri": "https://ia802309.us.archive.org/12/items/mbid-2c512dd9-e6f8-4967-98bc-c631ddccfa3b/mbid-2c512dd9-e6f8-4967-98bc-c631ddccfa3b-30755728674_thumb500.jpg",
    "thumbnail_uri": "https://ia802309.us.archive.org/12/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": "This is Poolside's remix of the Billy Idol original.  \n--\nChill wave group Poolside is playing in Union Square in SF on Sunday, September 7th. \n--\nWatch them perform live in the KEXP studio in 2024: https://www.youtube.com/watch?v=Tgc9bDvDTOg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}