Information about plays

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

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

{
    "id": 3641099,
    "uri": "https://api.kexp.org/v2/plays/3641099/?format=api",
    "airdate": "2026-04-12T07:16:38-07:00",
    "show": 66432,
    "show_uri": "https://api.kexp.org/v2/shows/66432/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Microlith 1",
    "track_id": null,
    "recording_id": null,
    "artist": "zakè, Ossa, ASC",
    "artist_ids": [],
    "album": "Microliths and Momentary Drifts",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Zakè Drone Recordings"
    ],
    "label_ids": [],
    "release_date": "2026-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening track off the forthcoming collaborative release from the trio of zakè (Zach Frizzell), Ossa (Kaiton Slusher), and ASC (James Clements), \"where rolling analog synth lines, chest-rattling bass, and otherworldly atmospherics evoke and build on the timeless qualities of peak-era 90s ambient\" ~ https://zakedrone.bandcamp.com/album/microliths-and-momentary-drifts",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}