Information about plays

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

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

{
    "id": 3597317,
    "uri": "https://api.kexp.org/v2/plays/3597317/?format=api",
    "airdate": "2025-12-28T20:01:53-08:00",
    "show": 65500,
    "show_uri": "https://api.kexp.org/v2/shows/65500/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Can’t Stop Dancin’",
    "track_id": null,
    "recording_id": "484901d4-b03b-43bf-9c92-9aed58c89c0f",
    "artist": "Mary Mundy",
    "artist_ids": [
        "a726c74c-6cf9-4234-a353-c72802c3c878"
    ],
    "album": "Mother Nature",
    "release_id": null,
    "release_group_id": "ab37dd53-1479-491a-a583-d39d50f54852",
    "labels": [],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soul-disco singer Mary Mundy released \"I Can't Stop Dancin'\" on the 1980 album Mother Nature. Loaded with bass-heavy, disco-soul grooves over which Mundy’s voice floats like a butterfly and stings like a bee, Mother Nature lives up to the collector hype. That Mundy’s discography consists of this album and a few scattered singles just adds to the mystique of this intriguing one-off.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}