Information about plays

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

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

{
    "id": 3520369,
    "uri": "https://api.kexp.org/v2/plays/3520369/?format=api",
    "airdate": "2025-06-29T11:01:36-07:00",
    "show": 63869,
    "show_uri": "https://api.kexp.org/v2/shows/63869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Beat the Heat",
    "track_id": null,
    "recording_id": null,
    "artist": "Glyders",
    "artist_ids": [],
    "album": "Maria's Hunt",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [],
    "release_date": "2023-01-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Catch Chicago band Glyders at Freakout Fest in Seattle from November 6-9\nhttps://www.freakoutrec.com/ \n–\nGlyders’ high lonesome way is mellow but nervy, hip-shaking and deep – a multicolored trip to the ongoing beat of American weirdness.\nhttps://glyders.bandcamp.com/album/marias-hunt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}