Information about plays

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

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

{
    "id": 3553661,
    "uri": "https://api.kexp.org/v2/plays/3553661/?format=api",
    "airdate": "2025-09-16T06:27:56-07:00",
    "show": 64576,
    "show_uri": "https://api.kexp.org/v2/shows/64576/?format=api",
    "image_uri": "https://ia903100.us.archive.org/21/items/mbid-0ccff944-9d5b-3942-85f4-4f3551763aee/mbid-0ccff944-9d5b-3942-85f4-4f3551763aee-29752565080_thumb500.jpg",
    "thumbnail_uri": "https://ia903100.us.archive.org/21/items/mbid-0ccff944-9d5b-3942-85f4-4f3551763aee/mbid-0ccff944-9d5b-3942-85f4-4f3551763aee-29752565080_thumb250.jpg",
    "song": "Leave It Open",
    "track_id": "331d2431-dbc4-39e9-8ee0-853d5330e3cd",
    "recording_id": "18879b80-23e0-4d04-af8b-42f0679fb3ba",
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "The Dreaming",
    "release_id": "0ccff944-9d5b-3942-85f4-4f3551763aee",
    "release_group_id": "d28777fc-f135-3394-a033-eafb9ebcffb4",
    "labels": [
        "EMI Manhattan"
    ],
    "label_ids": [
        "6c8f3192-de58-49be-acc4-a11802dcbdb2"
    ],
    "release_date": "1996-07-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1985, Kate Bush released \"Hounds of Love.\" \n\n‘Leave It Open’ is a song written by Kate Bush. It was originally released on her fourth album The Dreaming.\n\n\"Like cups, we are filled up and emptied with feelings, emotions – vessels breathing in, breathing out. This song is about being open and shut to stimuli at the right times. Often we have closed minds and open mouths when perhaps we should have open minds and shut mouths.\"\n\n(Kate Bush Club newsletter, October 1982)\nhttps://www.katebushencyclopedia.com/leave-it-open/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}