Information about plays

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

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

{
    "id": 3637986,
    "uri": "https://api.kexp.org/v2/plays/3637986/?format=api",
    "airdate": "2026-04-05T00:09:46-07:00",
    "show": 66370,
    "show_uri": "https://api.kexp.org/v2/shows/66370/?format=api",
    "image_uri": "https://coverartarchive.org/release/a4fa97c5-1c04-4a83-b87e-10b6b7a7ad45/9289165695-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a4fa97c5-1c04-4a83-b87e-10b6b7a7ad45/9289165695-250.jpg",
    "song": "Godz of Satan",
    "track_id": null,
    "recording_id": null,
    "artist": "Sabbat",
    "artist_ids": [
        "6082bb10-ba2f-4990-9b1f-ab6b868f4683"
    ],
    "album": "Evoke",
    "release_id": null,
    "release_group_id": "e2f1edb6-6c3b-36e5-8f1e-4b1cc8754917",
    "labels": [
        "Iron Pegasus Records"
    ],
    "label_ids": [
        "f987b457-75ec-46a6-b73a-bd87ec8aff51"
    ],
    "release_date": "1992-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formerly called Evil, the band played their first gig in August 1983. They changed their name to Sabbat in the summer of 1984.  Gezol founded Evil Records and released the early Sabbat recordings on this imprint.\n\nhttps://www.isten.net/sabbat/\nhttps://www.facebook.com/sabbatofficial\nhttps://sabbat.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}