Information about plays

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

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

{
    "id": 3632297,
    "uri": "https://api.kexp.org/v2/plays/3632297/?format=api",
    "airdate": "2026-03-22T09:19:29-07:00",
    "show": 66250,
    "show_uri": "https://api.kexp.org/v2/shows/66250/?format=api",
    "image_uri": "https://coverartarchive.org/release/39fe3778-362c-4762-89fc-c03235fd8117/4477004070-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/39fe3778-362c-4762-89fc-c03235fd8117/4477004070-250.jpg",
    "song": "For the Turnstiles",
    "track_id": null,
    "recording_id": "7ba8203c-df50-42d2-bc42-9f7727f26bea",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "On the Beach",
    "release_id": null,
    "release_group_id": "f4174531-b783-3786-b75f-4fe61a8f6333",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1974-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The second of the Ditch trilogy by the former member of CSNY.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}