Information about plays

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

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

{
    "id": 3598028,
    "uri": "https://api.kexp.org/v2/plays/3598028/?format=api",
    "airdate": "2025-12-30T14:14:43-08:00",
    "show": 65517,
    "show_uri": "https://api.kexp.org/v2/shows/65517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cloudy",
    "track_id": "d10558d3-fd2b-4ddc-be13-948c0b01fe15",
    "recording_id": "b5cf1203-6a8c-43b6-8d33-9ecf9ea37dc8",
    "artist": "Daphni",
    "artist_ids": [
        "859216c4-5d01-479b-b6c3-e20cc591a86a"
    ],
    "album": "Cherry",
    "release_id": "6fbcbd5c-f9d9-466f-a00c-daaa5c7f87dc",
    "release_group_id": "c7ecbe20-3924-4462-996a-bdfbefe4ae2e",
    "labels": [
        "Jiaolong"
    ],
    "label_ids": [
        "f9703af9-62b7-45fb-a219-404809a1a622"
    ],
    "release_date": "2022-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Daphni (and Caribou) is the recording moniker of Canadian multi-instrumentalist and polymath Dan Snaith. Snaith also has a PhD in mathematics!\n __ \nSnaith said about this song:  \"The essence of this one is keeping it aloft — like occasionally nudging a balloon that’s only just heavier than air to keep it afloat. For something so buoyant, I’m surprised how much it bangs in a club.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}