Information about plays

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

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

{
    "id": 3621999,
    "uri": "https://api.kexp.org/v2/plays/3621999/?format=api",
    "airdate": "2026-02-25T06:21:22-08:00",
    "show": 66025,
    "show_uri": "https://api.kexp.org/v2/shows/66025/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So in Love",
    "track_id": "dfc47d9f-c656-39c8-b110-d59aa0748cee",
    "recording_id": "1be5b1da-088f-4f8b-bf0b-79668b5971b4",
    "artist": "Orchestral Manoeuvres in the Dark",
    "artist_ids": [
        "6d072aa8-c851-49c5-92f9-cbca05f4bed9"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 15",
    "release_id": "87a7ba84-0196-44b0-b9c2-5fcbe53dabe7",
    "release_group_id": "5d533b81-8eeb-35ce-9a74-ed91e09d633f",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1995-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Orchestral Manoeuvres in the Dark are one of the earliest, most commercially successful, and enduring synth pop groups. Inspired most by the advancements of Kraftwerk and striving at one point \"to be ABBA and Stockhausen,\" they've continually drawn from early electronic music as they've alternately disregarded, mutated, or embraced the conventions of the three-minute pop song.\"  \n\nRead a biography of this important  synth pop band: https://www.allmusic.com/artist/orchestral-manoeuvres-in-the-dark-mn0000481057/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}