Information about plays

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

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

{
    "id": 3635026,
    "uri": "https://api.kexp.org/v2/plays/3635026/?format=api",
    "airdate": "2026-03-29T06:51:31-07:00",
    "show": 66310,
    "show_uri": "https://api.kexp.org/v2/shows/66310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kanten",
    "track_id": null,
    "recording_id": null,
    "artist": "Nils Frahm",
    "artist_ids": [
        "d03a54bc-6e07-4c04-a8d4-7fbf2bd07a01"
    ],
    "album": "Night",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "LEITER"
    ],
    "label_ids": [],
    "release_date": "2025-05-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the most recent solo artist release from renowned German artist Nils Frahm who originated the idea of Piano Day back in 2015 ~ https://nilsfrahm.bandcamp.com/album/night",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}