Information about plays

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

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

{
    "id": 3584894,
    "uri": "https://api.kexp.org/v2/plays/3584894/?format=api",
    "airdate": "2025-11-30T06:37:07-08:00",
    "show": 65251,
    "show_uri": "https://api.kexp.org/v2/shows/65251/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "CARAMILD",
    "track_id": null,
    "recording_id": null,
    "artist": "morimoto naoki",
    "artist_ids": [],
    "album": "the beautiful dream",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2025-11-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a unique collaborative album by the popular Korean coffee roaster Ahwon Coffee and Japanese musician morimoto naoki, which all seven tracks inspired by one of Ahwon’s seven blend coffees and featuring real audio recorded inside the roasting factory ~ https://morimotonaoki.bandcamp.com/album/the-beautiful-dream",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}