Information about plays

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

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

{
    "id": 3611686,
    "uri": "https://api.kexp.org/v2/plays/3611686/?format=api",
    "airdate": "2026-02-01T01:04:15-08:00",
    "show": 65809,
    "show_uri": "https://api.kexp.org/v2/shows/65809/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Penetralia",
    "track_id": null,
    "recording_id": null,
    "artist": "Hieron",
    "artist_ids": [],
    "album": "From the Temple to the Grave",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Vendetta Records"
    ],
    "label_ids": [
        "2c13b9ba-9309-4166-ac56-d1ee5a8b75b1"
    ],
    "release_date": "2026-01-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the Temple to the Grave is the brand-new debut album from this band hailing from Saxony, Germany.\n\n\"Hieron\" is Greek for \"sanctuary.\"\n\nhttps://vendetta-records.bandcamp.com/album/from-the-temple-to-the-grave",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}