Information about plays

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

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

{
    "id": 3578896,
    "uri": "https://api.kexp.org/v2/plays/3578896/?format=api",
    "airdate": "2025-11-16T08:22:33-08:00",
    "show": 65125,
    "show_uri": "https://api.kexp.org/v2/shows/65125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "West Glacier Trail",
    "track_id": null,
    "recording_id": null,
    "artist": "Saapato",
    "artist_ids": [
        "84c3b3d1-1c0c-4ff7-b503-35ab51a866cc"
    ],
    "album": "In Alaska",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "AKP Recordings"
    ],
    "label_ids": [],
    "release_date": "2025-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening track off the brand new album from NYC-based artist Saapato that was created during a residency with Alaska State Park Service in August of 2023 ~ https://saapato.bandcamp.com/album/in-alaska",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}