Information about plays

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

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

{
    "id": 3556991,
    "uri": "https://api.kexp.org/v2/plays/3556991/?format=api",
    "airdate": "2025-09-24T02:27:23-07:00",
    "show": 64646,
    "show_uri": "https://api.kexp.org/v2/shows/64646/?format=api",
    "image_uri": "https://ia600302.us.archive.org/12/items/mbid-653617f7-c764-4f52-a4ba-e6a130a6c87d/mbid-653617f7-c764-4f52-a4ba-e6a130a6c87d-5409164245_thumb500.jpg",
    "thumbnail_uri": "https://ia800302.us.archive.org/12/items/mbid-653617f7-c764-4f52-a4ba-e6a130a6c87d/mbid-653617f7-c764-4f52-a4ba-e6a130a6c87d-5409164245_thumb250.jpg",
    "song": "Falling",
    "track_id": "2fc08ca1-1857-3b52-b3c2-f513838482da",
    "recording_id": "50cf569d-61dd-46c2-b2b5-8ad99fa90b47",
    "artist": "Julee Cruise",
    "artist_ids": [
        "3b7865df-3c91-48dd-9126-a71e0dfe7f8d"
    ],
    "album": "Floating Into the Night",
    "release_id": "653617f7-c764-4f52-a4ba-e6a130a6c87d",
    "release_group_id": "2eaf4eef-f6bb-3fff-a4e2-79d639bde1d0",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Julee Cruise\n\n\"Falling\" is the lead single and second track from her debut studio album, Floating into the Night (1989). Featuring music composed by Angelo Badalamenti and lyrics written by David Lynch, an instrumental version of \"Falling\" was used as the theme song for the ABC television series Twin Peaks and its Showtime revival.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}