Information about plays

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

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

{
    "id": 3596796,
    "uri": "https://api.kexp.org/v2/plays/3596796/?format=api",
    "airdate": "2025-12-27T18:00:30-08:00",
    "show": 65492,
    "show_uri": "https://api.kexp.org/v2/shows/65492/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spell It Out",
    "track_id": null,
    "recording_id": null,
    "artist": "Oopsy Dazey",
    "artist_ids": [
        "a8504858-7089-4c12-985c-e5479e42ac99"
    ],
    "album": "Spell It Out",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"OOPSY DAZEY is a four piece band based out of Portland, OR. Their debut self-titled album was recorded by Anthony Gaglia (LáGoon, The Crooked Whispers) and Jamie Yeats (Wizzerd) over the course of 2023. Since then, guitarist Anakin Senn, bassist Kenny Coombs, and drummer Brady Muarer have joined the band and OOPSY DAZEY has become a real working band with lots on its plate. Oops.\" \n\nhttps://oopsydazey.bandcamp.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}