Information about plays

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

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

{
    "id": 3635032,
    "uri": "https://api.kexp.org/v2/plays/3635032/?format=api",
    "airdate": "2026-03-29T07:12:32-07:00",
    "show": 66310,
    "show_uri": "https://api.kexp.org/v2/shows/66310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El Gato Ostinato",
    "track_id": null,
    "recording_id": null,
    "artist": "Felbm & Louis Reith",
    "artist_ids": [],
    "album": "Compilation vol. 3",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ambient Curation"
    ],
    "label_ids": [],
    "release_date": "2026-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A collaborative track between Dutch artists Louis Reith and Eelco Topper (aka Felbm) that's included on the Dutch label Ambient Curation's wonderful new compilation ~ https://ambientcuration.bandcamp.com/album/compilation-vol-3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}