Information about plays

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

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

{
    "id": 3592010,
    "uri": "https://api.kexp.org/v2/plays/3592010/?format=api",
    "airdate": "2025-12-16T20:40:41-08:00",
    "show": 65397,
    "show_uri": "https://api.kexp.org/v2/shows/65397/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All I Need",
    "track_id": null,
    "recording_id": null,
    "artist": "Kraak & Smaak, iogi",
    "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": "In comparison to their previous album, this trio says, \"Overall it’s slightly smoother but also a bit moodier than Pleasure Centre we’d say, with outings into West-Coast, psychedelic and even exotic sounds, setting the sonic stage for recurring calm waves of mostly gentle and laidback songs.\"\n\nhttps://www.juno.co.uk/junodaily/2025/11/04/kraak-smaak-interview-its-slightly-smoother-but-also-a-bit-moodier/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}