Information about plays

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

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

{
    "id": 3656235,
    "uri": "https://api.kexp.org/v2/plays/3656235/?format=api",
    "airdate": "2026-05-18T03:30:11-07:00",
    "show": 66748,
    "show_uri": "https://api.kexp.org/v2/shows/66748/?format=api",
    "image_uri": "https://coverartarchive.org/release/d447fb00-6d2b-4dbd-a0e8-b38bb9834e9c/44986952728-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d447fb00-6d2b-4dbd-a0e8-b38bb9834e9c/44986952728-250.jpg",
    "song": "Berlin",
    "track_id": null,
    "recording_id": null,
    "artist": "Quiet Light",
    "artist_ids": [
        "6633e5fb-2ddd-43d1-9f56-b2e9c49472cb"
    ],
    "album": "Blue Angel Sparkling Silver 2",
    "release_id": null,
    "release_group_id": "ab55ae51-4591-49ac-aa1e-c134e7f9f671",
    "labels": [
        "True Panther"
    ],
    "label_ids": [],
    "release_date": "2026-04-24",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Lynchian, liminal electropop sounds\" you say? - https://quietlight.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}