Information about plays

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

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

{
    "id": 3594356,
    "uri": "https://api.kexp.org/v2/plays/3594356/?format=api",
    "airdate": "2025-12-22T06:31:48-08:00",
    "show": 65446,
    "show_uri": "https://api.kexp.org/v2/shows/65446/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain’t You",
    "track_id": null,
    "recording_id": "5ef8d24e-e4ed-4887-b3fa-f5a479eb0145",
    "artist": "Kleenex",
    "artist_ids": [
        "87fce0e8-79b0-4a59-b0e6-36cf4f9bb659"
    ],
    "album": "Beri-Beri / Ain't You / Hedi's Head / Nice",
    "release_id": null,
    "release_group_id": "c175ee5e-a769-3340-b9ab-2cd1faec1bee",
    "labels": [
        "Sunrise"
    ],
    "label_ids": [
        "8b4fbecb-5658-4eb2-81c0-119fd7cd435f"
    ],
    "release_date": "1978-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LiLiPUT, initially known as Kleenex, were a Swiss punk rock band formed in Zürich in 1978. The band experienced numerous line-up changes throughout their existence, with bassist Klaudia Schiff being the only constant member of the band over their entire history.\n\nhttps://kleenexliliput.bandcamp.com/album/kleenex-liliput\nhttps://www.discogs.com/artist/255477-Kleenex",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}