Information about plays

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

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

{
    "id": 3617644,
    "uri": "https://api.kexp.org/v2/plays/3617644/?format=api",
    "airdate": "2026-02-15T00:33:04-08:00",
    "show": 65937,
    "show_uri": "https://api.kexp.org/v2/shows/65937/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Realm of Endless Misery",
    "track_id": null,
    "recording_id": null,
    "artist": "Mayhem",
    "artist_ids": [
        "c5f9e699-7b0d-4030-86dd-7acc8250d147"
    ],
    "album": "Liturgy of Death",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Century Media"
    ],
    "label_ids": [],
    "release_date": "2026-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Liturgy of Death marks Mayhem's seventh full length release, and it is their first in seven years.  You can pick it up via the band's website and Bandcamp.\n\nhttps://www.thetruemayhem.com/\nhttps://centurymedia.bandcamp.com/album/liturgy-of-death-24-bit-hd-audio",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}