Information about plays

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

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

{
    "id": 3637983,
    "uri": "https://api.kexp.org/v2/plays/3637983/?format=api",
    "airdate": "2026-04-05T00:00:15-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://coverartarchive.org/release/5f5997cd-c9fc-460d-a25e-de87b96c8b8e/27109700017-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5f5997cd-c9fc-460d-a25e-de87b96c8b8e/27109700017-250.jpg",
    "song": "Savage Blasphemy",
    "track_id": null,
    "recording_id": "c20ad689-dc36-4a1e-b295-0fc8f8ebc8a1",
    "artist": "Hellripper",
    "artist_ids": [
        "1db52a3c-7739-4c90-935c-3458e733955e"
    ],
    "album": "The Affair of the Poisons",
    "release_id": null,
    "release_group_id": "5f3fbe01-ab7e-4e3d-b3e4-7bb5bc22471e",
    "labels": [
        "Peaceville"
    ],
    "label_ids": [
        "8d4c9b9a-05cb-4eec-a354-62638559b717"
    ],
    "release_date": "2020-10-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hellripper released their latest album, Coronach on March 27th via Century Media.\n\nhttps://www.hellripper.com/\nhttps://www.facebook.com/Hellripper1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}