Information about plays

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

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

{
    "id": 3620625,
    "uri": "https://api.kexp.org/v2/plays/3620625/?format=api",
    "airdate": "2026-02-22T01:48:55-08:00",
    "show": 65998,
    "show_uri": "https://api.kexp.org/v2/shows/65998/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "L'enfer existe",
    "track_id": null,
    "recording_id": null,
    "artist": "Incandescence",
    "artist_ids": [
        "804ded7a-cbd2-454e-af96-ddf79078e9d9"
    ],
    "album": "Hors temps",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Profound Lore Records"
    ],
    "label_ids": [
        "d2c8507e-217c-4fea-8a0f-7f43288a8d5b"
    ],
    "release_date": "2026-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new album from this duo out of Quebec who are members of the TSO (The Stygian Oath) Collective, which includes members of Chthe'ilist and Dissimulator.\n\nhttps://incandescenceband.bandcamp.com/album/hors-temps\nhttps://loudtrax.com/promo/production-tso",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}