Information about plays

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

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

{
    "id": 3595445,
    "uri": "https://api.kexp.org/v2/plays/3595445/?format=api",
    "airdate": "2025-12-24T17:09:11-08:00",
    "show": 65466,
    "show_uri": "https://api.kexp.org/v2/shows/65466/?format=api",
    "image_uri": "https://ia804503.us.archive.org/1/items/mbid-09066b28-aa60-43bd-a271-96405ee5ac20/mbid-09066b28-aa60-43bd-a271-96405ee5ac20-5969929982_thumb500.jpg",
    "thumbnail_uri": "https://ia904503.us.archive.org/1/items/mbid-09066b28-aa60-43bd-a271-96405ee5ac20/mbid-09066b28-aa60-43bd-a271-96405ee5ac20-5969929982_thumb250.jpg",
    "song": "Everything’s Gonna Be Cool This Christmas",
    "track_id": "b84521f9-5276-3231-8a12-912a2a2637f6",
    "recording_id": "7de106d5-e84e-42e6-9e83-ca095721760d",
    "artist": "EELS",
    "artist_ids": [
        "14387b0f-765c-4852-852f-135335790466"
    ],
    "album": "It’s a Cool, Cool Christmas",
    "release_id": "09066b28-aa60-43bd-a271-96405ee5ac20",
    "release_group_id": "38311ad3-24e1-3fbb-9f88-fa43918516cc",
    "labels": [
        "Jeepster Recordings"
    ],
    "label_ids": [
        "d8ddfba4-7f0e-4313-8543-048cc2f72f8f"
    ],
    "release_date": "2000-11-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "as days go by the more we need friends\nand the harder they are to find\nif i could have a friend like you all my life\nwell i guess i'd be doin' just fine \n\neverything's gonna be cool this christmas\neverything's gonna be cool this christmas\neverything's gonna be cool this christmas\n\nhttps://www.eelstheband.com/lyrics/cool.php",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}