Information about plays

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

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

{
    "id": 3525531,
    "uri": "https://api.kexp.org/v2/plays/3525531/?format=api",
    "airdate": "2025-07-11T11:01:18-07:00",
    "show": 63982,
    "show_uri": "https://api.kexp.org/v2/shows/63982/?format=api",
    "image_uri": "https://ia801402.us.archive.org/35/items/mbid-386a4123-9ceb-4cf5-b870-25c17284aba5/mbid-386a4123-9ceb-4cf5-b870-25c17284aba5-41307088815_thumb500.jpg",
    "thumbnail_uri": "https://ia801402.us.archive.org/35/items/mbid-386a4123-9ceb-4cf5-b870-25c17284aba5/mbid-386a4123-9ceb-4cf5-b870-25c17284aba5-41307088815_thumb250.jpg",
    "song": "Wandering Lost",
    "track_id": "789afb22-c9df-40ec-9b18-6343091b5ac7",
    "recording_id": "9f6c7248-ca6e-4a7e-808b-c397e214a7e0",
    "artist": "Blackwater Holylight",
    "artist_ids": [
        "fbaa0689-530b-4216-a20d-2a09cb69967e"
    ],
    "album": "If You Only Knew",
    "release_id": "386a4123-9ceb-4cf5-b870-25c17284aba5",
    "release_group_id": "4d6bff19-bb0b-4c95-828a-79ec8daa8ee1",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2025-04-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Wandering Lost\" is the opening track from the Portland band's new EP, released in April. \n\n\"Equally adept at devil’s note doom riffs, narcotic neo-folk melodies, lysergic psychedelic forays, and jagged art-rock abrasion, Blackwater Holylight have used their limited arsenal of guitar, bass, drums, synth, and voice to cover a broad swath of aural terrain.\"\n\nhttps://blackwaterholylight.bandcamp.com/album/if-you-only-knew",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}