Information about plays

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

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

{
    "id": 3666294,
    "uri": "https://api.kexp.org/v2/plays/3666294/?format=api",
    "airdate": "2026-06-10T19:22:48-07:00",
    "show": 66955,
    "show_uri": "https://api.kexp.org/v2/shows/66955/?format=api",
    "image_uri": "https://coverartarchive.org/release/9686380c-b265-4b1c-a70a-db786ce3463d/2013925541-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9686380c-b265-4b1c-a70a-db786ce3463d/2013925541-250.jpg",
    "song": "Lila Engel (Lilac Angel)",
    "track_id": null,
    "recording_id": "28f876ee-32f8-43fc-9c71-7d7f8c26e6ab",
    "artist": "Neu!",
    "artist_ids": [
        "adec1fc3-83c1-48f7-9e49-8347ac6d40b0"
    ],
    "album": "Neu! 2",
    "release_id": null,
    "release_group_id": "9ea01d83-e7e9-3445-a1bc-e231ebec635b",
    "labels": [
        "Grönland Records"
    ],
    "label_ids": [
        "e44bbff2-9182-4911-9665-0e74ab13cdc1"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in January of 1973, Neu! 2 is the band's second full length release.  Side 2 of the record caused consternation at the time. Neu! had quite simply run out of money to finish recording the album, so the second side consists entirely of their previously released single \"Neuschnee/Super\", manipulated at various playback speeds on a record player, or mangled in a cassette recorder.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}