Information about plays

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

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

{
    "id": 3541123,
    "uri": "https://api.kexp.org/v2/plays/3541123/?format=api",
    "airdate": "2025-08-17T07:33:20-07:00",
    "show": 64313,
    "show_uri": "https://api.kexp.org/v2/shows/64313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wicked Game",
    "track_id": null,
    "recording_id": null,
    "artist": "Natural Wonder Beauty Concept",
    "artist_ids": [],
    "album": "Sitting on the Moon",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [],
    "release_date": "2025-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chillout Room Set! Natural Wonder Beauty Concept -- aka Ana Roxanne and DJ Python -- tackling the Chris Isaak classic on the brand new compilation 'Sitting on the Moon' curated by Mexican Summer that \"features new material from artists both on our roster and beyond, all of whom wrote and recorded with the seasonal tone of \"Summer\" in mind. Fresh off of the imprint’s 15th anniversary in 2024, the largely instrumental collection asks “where to next?”~ https://mexicansummer.bandcamp.com/album/sitting-on-the-moon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}