Information about plays

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

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

{
    "id": 3561990,
    "uri": "https://api.kexp.org/v2/plays/3561990/?format=api",
    "airdate": "2025-10-06T10:27:54-07:00",
    "show": 64763,
    "show_uri": "https://api.kexp.org/v2/shows/64763/?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://ia803100.us.archive.org/21/items/mbid-0ccff944-9d5b-3942-85f4-4f3551763aee/mbid-0ccff944-9d5b-3942-85f4-4f3551763aee-29752565080_thumb250.jpg",
    "song": "Suspended in Gaffa",
    "track_id": "8c64ed27-0d51-3842-8bf4-7ab12afea768",
    "recording_id": "70beb0fc-085e-4e80-89a3-99fb8a904c89",
    "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": "#580 on YOUR countdown of the greatest albums of all-time.\n\nOff of Kate Bush's fourth studio album 'The Dreaming'. The album was recorded over a two year period and produced entirely by Bush. Kate Bush is one of the rare few who owns the copyrights to all of her recordings. \n\nCheck out the music video for \"Suspended in Gaffa\": https://www.youtube.com/watch?v=V3XAeg3B0To.\n\nhttps://www.katebush.com/\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}