Information about plays

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

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

{
    "id": 3612111,
    "uri": "https://api.kexp.org/v2/plays/3612111/?format=api",
    "airdate": "2026-02-02T01:46:01-08:00",
    "show": 65818,
    "show_uri": "https://api.kexp.org/v2/shows/65818/?format=api",
    "image_uri": "https://coverartarchive.org/release/f3ce88bd-9770-4adf-80e2-977505df749b/13727834937-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f3ce88bd-9770-4adf-80e2-977505df749b/13727834937-250.jpg",
    "song": "Music Is the Healing Force of the Universe",
    "track_id": null,
    "recording_id": "c248a713-5453-43ab-813a-a33f5bb31d41",
    "artist": "Albert Ayler",
    "artist_ids": [
        "b2dcc67a-45f9-4b9f-8221-3da4e0d32491"
    ],
    "album": "Music Is the Healing Force of the Universe",
    "release_id": null,
    "release_group_id": "f8e7f6ac-e02c-30b6-b433-0c456198d97e",
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "1970-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Albert Ayler was an American avant-garde jazz saxophonist and composer. After early experience playing rhythm and blues and bebop, Ayler began recording music during the free jazz era of the 1960s. Ayler was a disciple of John Coltrane\n Vocals on \"Music is the Healing Force of The Universe\" by Mary Parks",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}