Information about plays

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

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

{
    "id": 3635036,
    "uri": "https://api.kexp.org/v2/plays/3635036/?format=api",
    "airdate": "2026-03-29T07:32:33-07:00",
    "show": 66310,
    "show_uri": "https://api.kexp.org/v2/shows/66310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "印象派 HOLOGRAM",
    "track_id": null,
    "recording_id": null,
    "artist": "Flood 洪水 & Chasys",
    "artist_ids": [],
    "album": "A BARREN DESERT OF LIGHT",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Puddle"
    ],
    "label_ids": [],
    "release_date": "2026-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Piano-focused track off a new post-vaporwave album from Flood 洪水 & Chasys ~ https://puddle.bandcamp.com/album/a-barren-desert-of-light",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}