Information about plays

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

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

{
    "id": 3575452,
    "uri": "https://api.kexp.org/v2/plays/3575452/?format=api",
    "airdate": "2025-11-08T07:46:11-08:00",
    "show": 65054,
    "show_uri": "https://api.kexp.org/v2/shows/65054/?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 the KEXP podcast, In Our Headphones, KEXP producer Lilly Ana Fowler talks to fellow producer Roddy Nikpour about WU LYF's cult following and the Manchester band's new song “A New Life is Coming,” released after disappearing for more than a decade.\n\nhttps://www.kexp.org/podcasts/in-our-headphones/2025/11/4/kexp-audio-producer-roddy-nikpour-on-wu-lyfs-return/",
    "location": 1,
    "location_name": "Default",
    "play_type": "nontrackplay"
}