Information about plays

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

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

{
    "id": 3629826,
    "uri": "https://api.kexp.org/v2/plays/3629826/?format=api",
    "airdate": "2026-03-16T17:54:00-07:00",
    "show": 66200,
    "show_uri": "https://api.kexp.org/v2/shows/66200/?format=api",
    "image_uri": "https://coverartarchive.org/release/98a49133-a68d-40e2-89dc-72b3e94ea71a/35903524189-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/98a49133-a68d-40e2-89dc-72b3e94ea71a/35903524189-250.jpg",
    "song": "Tomorrow Never Knows",
    "track_id": null,
    "recording_id": "5c3a75a3-9d44-4d62-87d2-e1be48a48d54",
    "artist": "Tangerine Dream",
    "artist_ids": [
        "23d8426c-18c7-46e6-a51d-7395bd43c641"
    ],
    "album": "Abbey Road: A Tribute to The Beatles",
    "release_id": null,
    "release_group_id": "829b2b88-906a-4c19-9e38-d922b685a836",
    "labels": [
        "Cleopatra Records"
    ],
    "label_ids": [
        "29d910ca-3210-4ecc-89fb-7f349092ddfc"
    ],
    "release_date": "2009-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "cover of beatles",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}