Information about plays

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

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

{
    "id": 3547898,
    "uri": "https://api.kexp.org/v2/plays/3547898/?format=api",
    "airdate": "2025-09-02T07:34:03-07:00",
    "show": 64453,
    "show_uri": "https://api.kexp.org/v2/shows/64453/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Are Not Alone",
    "track_id": null,
    "recording_id": null,
    "artist": "Brandon Summers",
    "artist_ids": [
        "60b04dcf-7434-4212-b774-c3ae4d39ef36"
    ],
    "album": "The Morning Show on KEXP (unreleased)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2020-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Unreleased track from Brandon Summers - The vocalist and guitarist from The Helio Sequence.\n\nCheck out this article with him from KEXP-\nhttps://www.kexp.org/read/2018/10/26/keep-your-eyes-ahead-looking-back-brandon-summers-helio-sequence/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}