Information about plays

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

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

{
    "id": 3612837,
    "uri": "https://api.kexp.org/v2/plays/3612837/?format=api",
    "airdate": "2026-02-03T20:33:08-08:00",
    "show": 65833,
    "show_uri": "https://api.kexp.org/v2/shows/65833/?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": "Björk, Dobie",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb",
        "28f0b709-2288-4405-bc21-c716ea5e39a2"
    ],
    "album": "Telegram",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1996-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Björk Guðmundsdóttir is an Icelandic singer, songwriter, record producer, actress and DJ. Over her four-decade career, she has developed an eclectic musical style that draws on a range of influences and genres, spanning electronica, pop, experimental, classical, trip hop, IDM, and avant-garde music.\n\nI 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'. In 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.\n\nhttps://bjork.bandcamp.com/track/i-miss-you-dobie-rub-part-one-sunshine-mix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}