Information about plays

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

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

{
    "id": 3627859,
    "uri": "https://api.kexp.org/v2/plays/3627859/?format=api",
    "airdate": "2026-03-11T21:21:50-07:00",
    "show": 66155,
    "show_uri": "https://api.kexp.org/v2/shows/66155/?format=api",
    "image_uri": "https://coverartarchive.org/release/2c793886-4583-36eb-96cc-005c0d3d9e41/29043224082-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2c793886-4583-36eb-96cc-005c0d3d9e41/29043224082-250.jpg",
    "song": "Guru in the Echo",
    "track_id": null,
    "recording_id": "57bc9eb8-8b7f-4003-bf44-130958973d55",
    "artist": "Ghost",
    "artist_ids": [
        "97ea6a8e-2011-45f0-895e-8bb082b1aa64"
    ],
    "album": "Ghost",
    "release_id": null,
    "release_group_id": "d250ffcc-df39-3fe3-a4a0-d7abc5a86924",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Japanese prog and folk-rock group Ghost was formed in Tokyo in 1984",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}