Information about plays

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

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

{
    "id": 3599233,
    "uri": "https://api.kexp.org/v2/plays/3599233/?format=api",
    "airdate": "2026-01-02T13:21:19-08:00",
    "show": 65541,
    "show_uri": "https://api.kexp.org/v2/shows/65541/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Miss You (Dobie Rub, Part One – Sunshine mix)",
    "track_id": null,
    "recording_id": "94ab77f7-7953-4517-a7d3-f4cf1992c5b5",
    "artist": "Bjork",
    "artist_ids": [],
    "album": "I Miss You",
    "release_id": null,
    "release_group_id": "9c144bd9-3af0-3cb5-bab1-654ca02d54f5",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "REMIX! I Miss You originally appeared on Björk's 'Debut' - This remix came out as part of the single release for I Miss You and was included on Björk's remix album 'Telegram'.\n\nIn theory, Telegram is a remixed album of all the songs from Post, but the arrangements are so different, it might as well be another record entirely. Björk has re-recorded several of her vocals, handing the original backing tracks to a variety of producers and musicians -- everyone from Dillinja to the Brodsky Quartet. --Allmusic https://www.allmusic.com/album/telegram-mw0000087069#review\n\nhttps://bjork.bandcamp.com\nhttps://www.bjork.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}