Information about plays

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

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

{
    "id": 3578409,
    "uri": "https://api.kexp.org/v2/plays/3578409/?format=api",
    "airdate": "2025-11-15T08:01:27-08:00",
    "show": 65116,
    "show_uri": "https://api.kexp.org/v2/shows/65116/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In Our Headphones",
    "track_id": null,
    "recording_id": null,
    "artist": "",
    "artist_ids": [],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As part of KEXP’s podcast, In Our Headphones, KEXP DJ Greta Rose joins host Evie Stokes to talk about Australian producer and DJ HAAi and their new track \"Satellite\" from the recently released album HUMANiSE on Mute Records.\n\nhttps://www.kexp.org/podcasts/in-our-headphones/2025/11/13/kexp-dj-greta-rose-on-australian-producer-and-dj-haai/",
    "location": 1,
    "location_name": "Default",
    "play_type": "nontrackplay"
}