Information about plays

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

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

{
    "id": 3547065,
    "uri": "https://api.kexp.org/v2/plays/3547065/?format=api",
    "airdate": "2025-08-31T06:43:03-07:00",
    "show": 64435,
    "show_uri": "https://api.kexp.org/v2/shows/64435/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Observe",
    "track_id": null,
    "recording_id": null,
    "artist": "Christopher Willits",
    "artist_ids": [
        "035bec02-b404-4f1a-9e2a-9c0ab591d89e"
    ],
    "album": "New Moon",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [],
    "release_date": "2025-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead single off the forthcoming album from veteran Bay Area musician Christopher Willits that's dedicated to the late, great Ryuichi Sakamoto ~ https://christopherwillits.bandcamp.com/album/new-moon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}