Information about plays

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

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

{
    "id": 3656718,
    "uri": "https://api.kexp.org/v2/plays/3656718/?format=api",
    "airdate": "2026-05-19T06:25:03-07:00",
    "show": 66757,
    "show_uri": "https://api.kexp.org/v2/shows/66757/?format=api",
    "image_uri": "https://dn711102.ca.archive.org/0/items/mbid-16c7a2f0-eb5b-3681-8199-f0fa0f4a0ae1/mbid-16c7a2f0-eb5b-3681-8199-f0fa0f4a0ae1-23170324949_thumb500.jpg",
    "thumbnail_uri": "https://dn711102.ca.archive.org/0/items/mbid-16c7a2f0-eb5b-3681-8199-f0fa0f4a0ae1/mbid-16c7a2f0-eb5b-3681-8199-f0fa0f4a0ae1-23170324949_thumb250.jpg",
    "song": "Blank Frank",
    "track_id": "c6c111c0-06a5-31e8-8c94-769f338fe87c",
    "recording_id": "63c11e3c-cb6b-4528-ac69-55b9761c91ca",
    "artist": "Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "Here Come the Warm Jets",
    "release_id": "16c7a2f0-eb5b-3681-8199-f0fa0f4a0ae1",
    "release_group_id": "90d9be4c-30be-3e28-949a-66ee22c3a63a",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2004-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on February 8, 1974, \"Blank Frank\" is a key track from Brian Eno’s solo debut, Here Come the Warm Jets. Recorded in just twelve days following his departure from Roxy Music, the song was co-written with Robert Fripp, who provided the track's distinctive, dissonant guitar solo. The song’s driving rhythm was intentionally modeled after the beat from Bo Diddley's \"Who Do You Love?\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}