Information about plays

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

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

{
    "id": 3617576,
    "uri": "https://api.kexp.org/v2/plays/3617576/?format=api",
    "airdate": "2026-02-14T21:07:30-08:00",
    "show": 65936,
    "show_uri": "https://api.kexp.org/v2/shows/65936/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bridge of Sacrifice",
    "track_id": null,
    "recording_id": null,
    "artist": "Powerplant",
    "artist_ids": [
        "05bbab62-f637-4b29-966a-fcad1f1eaad9"
    ],
    "album": "Bridge of Sacrifice",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Winter Garden Records"
    ],
    "label_ids": [
        "644a233f-7042-4488-9656-3424ed5ff57a"
    ],
    "release_date": "2026-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London, UK. 'Bridge of Sacrifice' out soon March 2026.\n\nYou can check out footage of Powerplant's live in studio session here at KEXP back in 2024 by following the link below:\n\nhttps://youtu.be/AdPCvuGiANg?si=2BiWnGzZPTTdB5wM\n\nhttps://ppowerplant.bandcamp.com/album/bridge-of-sacrifice\nhttps://www.maximumrocknroll.com/band/powerplant/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}