Information about plays

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

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

{
    "id": 3552885,
    "uri": "https://api.kexp.org/v2/plays/3552885/?format=api",
    "airdate": "2025-09-14T08:24:12-07:00",
    "show": 64559,
    "show_uri": "https://api.kexp.org/v2/shows/64559/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "P-Plunky",
    "track_id": null,
    "recording_id": null,
    "artist": "Area 3",
    "artist_ids": [
        "375f378f-74c4-4d46-9b27-90a48e4d05f5"
    ],
    "album": "View",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Khotin Industries"
    ],
    "label_ids": [
        "49344bcf-9841-4264-a34b-0631ed01462d"
    ],
    "release_date": "2025-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the lovely new release from Area 3, the ambient-leaning alias of Canadian electronic musician Dylan James Khotin-Foote (aka Khotin) ~ \nhttps://heart.bandcamp.com/album/view",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}