Information about plays

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

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

{
    "id": 3656526,
    "uri": "https://api.kexp.org/v2/plays/3656526/?format=api",
    "airdate": "2026-05-18T20:01:09-07:00",
    "show": 66754,
    "show_uri": "https://api.kexp.org/v2/shows/66754/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Hijos Del Caos",
    "track_id": null,
    "recording_id": null,
    "artist": "Valgur",
    "artist_ids": [
        "808709d0-bf3d-49b0-9b88-42e128c865c5"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2026-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": true,
    "comment": "You’re listening exclusively to the Live on KEXP session from Valgur, the incredible duo from Oaxaca, Mexico.\n\nRecorded here in Seattle, this session captures their unique universe of dark tropical textures, dreamy synths, and emotional storytelling that feels both intimate and cosmic at the same time.\nhttps://www.youtube.com/watch?v=u2pyLsoU1fE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}