Information about plays

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

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

{
    "id": 3667167,
    "uri": "https://api.kexp.org/v2/plays/3667167/?format=api",
    "airdate": "2026-06-13T02:40:55-07:00",
    "show": 66973,
    "show_uri": "https://api.kexp.org/v2/shows/66973/?format=api",
    "image_uri": "https://coverartarchive.org/release/8c3b7557-de9a-4d9c-ad4e-513373096f73/36644041430-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8c3b7557-de9a-4d9c-ad4e-513373096f73/36644041430-250.jpg",
    "song": "Lost Minds (THD remix)",
    "track_id": null,
    "recording_id": "f28d5606-645f-4f0b-a163-51bc313fc58e",
    "artist": "Christian Death",
    "artist_ids": [],
    "album": "Death Mix",
    "release_id": null,
    "release_group_id": "ed93b887-2043-3368-80e3-d111a94b74d7",
    "labels": [
        "Cleopatra Records"
    ],
    "label_ids": [
        "29d910ca-3210-4ecc-89fb-7f349092ddfc"
    ],
    "release_date": "1996-04-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/release/391143-Christian-Death-featuring-Rozz-Williams-Death-Mix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}