Information about plays

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

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

{
    "id": 3548083,
    "uri": "https://api.kexp.org/v2/plays/3548083/?format=api",
    "airdate": "2025-09-02T17:40:35-07:00",
    "show": 64456,
    "show_uri": "https://api.kexp.org/v2/shows/64456/?format=api",
    "image_uri": "https://ia601308.us.archive.org/17/items/mbid-6a429d90-f95f-4e71-86ce-39eb54afc6ee/mbid-6a429d90-f95f-4e71-86ce-39eb54afc6ee-11918800168_thumb500.jpg",
    "thumbnail_uri": "https://ia801308.us.archive.org/17/items/mbid-6a429d90-f95f-4e71-86ce-39eb54afc6ee/mbid-6a429d90-f95f-4e71-86ce-39eb54afc6ee-11918800168_thumb250.jpg",
    "song": "Dopamine",
    "track_id": "125b5255-84b9-4be9-8840-3f494bcaec21",
    "recording_id": "cf52a50f-4cb1-4781-9afb-beccd9f672f7",
    "artist": "DIIV",
    "artist_ids": [
        "b5ff61dd-0154-4e80-b46b-c733f87db602"
    ],
    "album": "Is the Is Are",
    "release_id": "6a429d90-f95f-4e71-86ce-39eb54afc6ee",
    "release_group_id": "6bc76f2d-2fe2-40dd-bb71-ec0340f95383",
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2016-02-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chery; Waters hosted DIIV live in the KEXP studio just last year:\nhttps://www.youtube.com/watch?v=OlsfSjXVHF0\n\nhttps://diiv.net",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}