Information about plays

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

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

{
    "id": 3552884,
    "uri": "https://api.kexp.org/v2/plays/3552884/?format=api",
    "airdate": "2025-09-14T08:21:48-07:00",
    "show": 64559,
    "show_uri": "https://api.kexp.org/v2/shows/64559/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Azukiiro No Kaori",
    "track_id": null,
    "recording_id": null,
    "artist": "Susumu Yokota",
    "artist_ids": [],
    "album": "Sakura (Skintone Edition)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Lo Recordings"
    ],
    "label_ids": [
        "0d3780c3-46e4-4b80-805d-e5676baf3726"
    ],
    "release_date": "2025-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The late, great Japanese experimental ambient musician Susumu Yokota's masterful 2000 album 'Sakura' will be reissued early next month by UK label Lo Recordings ~ \nhttps://susumuyokota.bandcamp.com/album/sakura-skintone-edition",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}