Information about plays

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

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

{
    "id": 3633095,
    "uri": "https://api.kexp.org/v2/plays/3633095/?format=api",
    "airdate": "2026-03-24T11:02:49-07:00",
    "show": 66268,
    "show_uri": "https://api.kexp.org/v2/shows/66268/?format=api",
    "image_uri": "https://dn711100.ca.archive.org/0/items/mbid-ea97e716-00ce-4520-b25c-267625335c64/mbid-ea97e716-00ce-4520-b25c-267625335c64-10728355000_thumb500.jpg",
    "thumbnail_uri": "https://dn711100.ca.archive.org/0/items/mbid-ea97e716-00ce-4520-b25c-267625335c64/mbid-ea97e716-00ce-4520-b25c-267625335c64-10728355000_thumb250.jpg",
    "song": "Tribal Gathering",
    "track_id": "6635faec-f440-4d00-a6cb-d3cc2af681e0",
    "recording_id": "8102273b-ad17-4384-ad47-b53e3e5b70fe",
    "artist": "The Byrds",
    "artist_ids": [
        "2819834e-4e08-47b0-a2c4-b7672318e8f0"
    ],
    "album": "There Is a Season",
    "release_id": "4480e605-d874-48bb-bb85-9a31b805a6dc",
    "release_group_id": "cf950583-e443-3a13-9ea4-23717a7429a3",
    "labels": [
        "Columbia",
        "Legacy"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Tribal Gathering\" is a space-rock piece composed by David Crosby & Chris Hillman and recorded August 16, 1967 for inclusion on the Byrds' 1968 album, \"The Notorious Byrd Brothers.\" \n\nThis song alludes heavily to the Human Be-in, a festival celebrating this psychedelic culture held in Golden Gate Park on January 17, 1967, a year before this song’s release.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}