Information about plays

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

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

{
    "id": 3596916,
    "uri": "https://api.kexp.org/v2/plays/3596916/?format=api",
    "airdate": "2025-12-27T21:36:57-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Limit",
    "track_id": null,
    "recording_id": null,
    "artist": "Beastii",
    "artist_ids": [
        "ed007e3a-047c-4f73-a15a-efac67443cf7"
    ],
    "album": "Follower",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dark Circles"
    ],
    "label_ids": [
        "71f8b71e-2d9d-455d-90c1-1f5114e34c40"
    ],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Follower\" was Beastii’s album released in 2024 — their first full-length album in about seven years. The record features a mix of styles, from dance-punk and surf rock riffs to techno-inspired beats and nods to 60s garage sounds. https://beastii.bandcamp.com/album/follower",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}