Information about plays

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

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

{
    "id": 3617776,
    "uri": "https://api.kexp.org/v2/plays/3617776/?format=api",
    "airdate": "2026-02-15T09:04:59-08:00",
    "show": 65940,
    "show_uri": "https://api.kexp.org/v2/shows/65940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bourbon Street Parade",
    "track_id": null,
    "recording_id": "a2f2e94c-0a62-422b-8966-004164b8d598",
    "artist": "Preservation Hall Jazz Band",
    "artist_ids": [
        "1a9b4e0d-05e2-4491-83f0-a4a676283f99"
    ],
    "album": "New Orleans, Volume IV",
    "release_id": null,
    "release_group_id": "f046161c-95b7-3161-a15b-bcc411024829",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring the great Willie Humphrey on clarinet and vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}