Information about plays

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

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

{
    "id": 3592009,
    "uri": "https://api.kexp.org/v2/plays/3592009/?format=api",
    "airdate": "2025-12-16T20:36:02-08:00",
    "show": 65397,
    "show_uri": "https://api.kexp.org/v2/shows/65397/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Velvet Seas",
    "track_id": null,
    "recording_id": null,
    "artist": "Kraak & Smaak,Izo FitzRoy",
    "artist_ids": [],
    "album": "Velvet Seas",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Boogie Angst"
    ],
    "label_ids": [],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Dutch trio's new record captures the essence of the band’s genre-defying journey, blending radiant nostalgia with forward-thinking production. All these sounds together share a rich seam of West Coast psychedelia, \ndeep funk roots, and that unmistakable K&S groove, all wrapped in shimmering synths and electronic soul. \n\nhttps://kraaksmaak.bandcamp.com/album/velvet-seas-3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}