Information about plays

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

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

{
    "id": 3572887,
    "uri": "https://api.kexp.org/v2/plays/3572887/?format=api",
    "airdate": "2025-11-02T01:40:22-07:00",
    "show": 65000,
    "show_uri": "https://api.kexp.org/v2/shows/65000/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Matins",
    "track_id": null,
    "recording_id": null,
    "artist": "Evoken",
    "artist_ids": [
        "926f0ada-ab6f-4b80-9ff3-9539d3d39ad4"
    ],
    "album": "Mendacium",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Profound Lore Records"
    ],
    "label_ids": [
        "d2c8507e-217c-4fea-8a0f-7f43288a8d5b"
    ],
    "release_date": "2025-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guitarist Nick Orlando and bassist Rob Robichaud, under the name Funereus, formed Evoken in April of 1992. After a few line-up changes and a brief period of time under the name Asmodeus, the original line-up of Evoken was formed.\n\nMendacium tells the tale of a 14th century elder Benedictine monk with malady from illness preventing him from leaving his room within the monastery he dwells within.\n\nhttps://evokenofficial.bandcamp.com/album/mendacium\nhttps://www.facebook.com/evokenhell\nhttps://www.evokendoom.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}