Information about plays

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

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

{
    "id": 3525025,
    "uri": "https://api.kexp.org/v2/plays/3525025/?format=api",
    "airdate": "2025-07-10T05:01:37-07:00",
    "show": 63971,
    "show_uri": "https://api.kexp.org/v2/shows/63971/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rebirth of Slick (Cool Like Dat)",
    "track_id": null,
    "recording_id": "b6269f24-bbff-4c0b-98a0-5cc1fe89544e",
    "artist": "Kassa Overall",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's Early...with Eva Walker. \n\nAnd a very cool Digable Planets cover by Seattle's Kassa Overall, released yesterday!\n\nCheck out Kassa's full live performance in the KEXP studio from 2020, hosted by DJ Miss Ashley: https://www.youtube.com/watch?v=GGMWRyghsBI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}