Information about plays

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

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

{
    "id": 3618209,
    "uri": "https://api.kexp.org/v2/plays/3618209/?format=api",
    "airdate": "2026-02-16T07:34:03-08:00",
    "show": 65949,
    "show_uri": "https://api.kexp.org/v2/shows/65949/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Marching Band / Dialogue 3 (Harold Meets Maude)",
    "track_id": "03a50da4-21a3-4574-b9ab-f3dabe7045e2",
    "recording_id": "584f4757-a6a9-42e6-b670-e05a7fe27a12",
    "artist": "Harold, Maude & Priest",
    "artist_ids": [
        "e84f8259-dc4d-4e3b-b758-07c11b5e09c4",
        "8dcffc67-f09d-4480-8a8e-8d052522190c",
        "a0f61a8a-4250-4cfa-8d26-d06023f35747"
    ],
    "album": "Harold and Maude",
    "release_id": "cf781257-941c-4422-ab10-3d6c01a4aaf7",
    "release_group_id": "3cd2eab5-5081-3524-aaad-a651a1756b06",
    "labels": [
        "Island",
        "Cat-O-Log"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642",
        "574ff951-0456-49a3-bd44-b2a95addc967"
    ],
    "release_date": "2022-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Morning Show album of the week this week is the Harold and Maude soundtrack!\n\nRIP Bud Cort",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}