Information about plays

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

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

{
    "id": 3633615,
    "uri": "https://api.kexp.org/v2/plays/3633615/?format=api",
    "airdate": "2026-03-25T20:18:50-07:00",
    "show": 66279,
    "show_uri": "https://api.kexp.org/v2/shows/66279/?format=api",
    "image_uri": "https://coverartarchive.org/release/c1f02f58-a45a-4e11-9ea1-4dbb61924540/22129887623-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c1f02f58-a45a-4e11-9ea1-4dbb61924540/22129887623-250.jpg",
    "song": "Rachel's Song",
    "track_id": null,
    "recording_id": null,
    "artist": "Vangelis",
    "artist_ids": [],
    "album": "Blade Runner",
    "release_id": null,
    "release_group_id": "f393097a-b567-3253-9bdf-df353ee3e9e1",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1993-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - Julianna Barwick & Mary Lattimore's Melted Moon includes a cover of \"Rachel's Song\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}