Information about plays

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

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

{
    "id": 3549949,
    "uri": "https://api.kexp.org/v2/plays/3549949/?format=api",
    "airdate": "2025-09-07T07:25:37-07:00",
    "show": 64498,
    "show_uri": "https://api.kexp.org/v2/shows/64498/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nights Interlude",
    "track_id": null,
    "recording_id": null,
    "artist": "Nightmares on Wax",
    "artist_ids": [],
    "album": "Telepathic Fish: Trawling The Early 90s Ambient Underground",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fundamental Frequencies"
    ],
    "label_ids": [
        "7a926ca3-15c3-4565-8748-133b7d46dc14"
    ],
    "release_date": "2025-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chillout Room Set! Taken off a stellar retrospective 'chillout' compilation that's the \"first-ever illustrated compendium recounting the seminal underground South London ambient party that surfaced at the axis through which the likes of Ninja Tune, Warp and Rising High flowed\" ~ \nhttps://fundamentalfrequencies.bandcamp.com/album/telepathic-fish-trawling-the-early-90s-ambient-underground",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}