Information about plays

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

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

{
    "id": 3542599,
    "uri": "https://api.kexp.org/v2/plays/3542599/?format=api",
    "airdate": "2025-08-20T19:29:41-07:00",
    "show": 64342,
    "show_uri": "https://api.kexp.org/v2/shows/64342/?format=api",
    "image_uri": "https://coverartarchive.org/release/16dd536b-8b72-42f6-bdbe-33f5b617f25f/34893617633-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/16dd536b-8b72-42f6-bdbe-33f5b617f25f/34893617633-250.jpg",
    "song": "Golden Hour",
    "track_id": null,
    "recording_id": "57e6503d-6fef-455c-8511-7bde01eaab53",
    "artist": "Glyders",
    "artist_ids": [
        "0fb1770f-4fbd-432f-9cfa-43b727474dc2"
    ],
    "album": "Maria’s Hunt",
    "release_id": null,
    "release_group_id": "15c52904-e388-4995-8e7d-4910ad8b9541",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2023-01-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Straight out of Chicago, Glyders make maximal minimal rock and roll with nocturnal mystery pulsing in the mix, cutting above rigorous roadhouse fare with sounds that twist and grind on their classic inspirations. Glyders’ high lonesome way is mellow but nervy, hip-shaking and deep – a multicolored trip to the ongoing beat of American weirdness.\" \n\nhttps://glyders.bandcamp.com/album/marias-hunt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}