Information about plays

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

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

{
    "id": 3541111,
    "uri": "https://api.kexp.org/v2/plays/3541111/?format=api",
    "airdate": "2025-08-17T06:52:23-07:00",
    "show": 64313,
    "show_uri": "https://api.kexp.org/v2/shows/64313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Neutral Crafting of Life (feat. Heavy Gus)",
    "track_id": null,
    "recording_id": null,
    "artist": "Lake Mary",
    "artist_ids": [],
    "album": "Across the Horizon, Vol. 1",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Northern Spy"
    ],
    "label_ids": [
        "b96011c6-46bd-4cb8-8a23-1fa1a3e83f96"
    ],
    "release_date": "2025-07-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the finalized 'Across the Horizon, Vol. 1' compilation that's culled together from different artist-curated drops that's all spearheaded by the NYC ambient country trio SUSS ~ https://acrossthehorizon.bandcamp.com/album/across-the-horizon-vol-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}