Information about plays

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

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

{
    "id": 3545129,
    "uri": "https://api.kexp.org/v2/plays/3545129/?format=api",
    "airdate": "2025-08-26T16:26:20-07:00",
    "show": 64395,
    "show_uri": "https://api.kexp.org/v2/shows/64395/?format=api",
    "image_uri": "https://coverartarchive.org/release/b15731d4-2ea8-4111-8dac-57d4ccc9b8b7/10121807017-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b15731d4-2ea8-4111-8dac-57d4ccc9b8b7/10121807017-250.jpg",
    "song": "Modigliani (Lost in Your Eyes)",
    "track_id": null,
    "recording_id": "c1398442-7128-4913-adf9-43615e1cc978",
    "artist": "Book of Love",
    "artist_ids": [
        "874b3a85-db6e-49f2-b8bf-747ca5c10d27"
    ],
    "album": "Book of Love",
    "release_id": null,
    "release_group_id": "e07e7061-adef-362e-bec6-51edc74e544d",
    "labels": [
        "Noble Rot"
    ],
    "label_ids": [
        "7ef885ad-f5e6-4ba8-b096-91b01d9b87f6"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Amedeo Modigliani had always been the band’s own version of a rock star. After all, we were all art school students. At the time I was working on the [Requiem Mass] remix I became submerged and almost obsessed in his life story. It read like a Bronte sisters novel. I wrote a short biography for the front cover of the 12 inch.\" -Ted Ottaviano on Modigliani",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}