Information about plays

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

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

{
    "id": 3582973,
    "uri": "https://api.kexp.org/v2/plays/3582973/?format=api",
    "airdate": "2025-11-25T21:53:06-08:00",
    "show": 65210,
    "show_uri": "https://api.kexp.org/v2/shows/65210/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dirt Roads",
    "track_id": null,
    "recording_id": null,
    "artist": "Tia Wood",
    "artist_ids": [
        "53d4ab13-9834-4c1a-85f1-8e4c9031ae45"
    ],
    "album": "Dirt Roads",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sony Music Canada"
    ],
    "label_ids": [],
    "release_date": "2024-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tia Wood is a Cree and Coast Salish native based out of Vancouver BC. The Coast Salish are a group of ethnically and linguistically related Indigenous peoples of the Pacific Northwest Coast, living in the Canadian province of British Columbia and the U.S. states of Washington and Oregon.\n\nOn the other hand, the Cree are a North American Indigenous people primarily north and west of Lake Superior, in Ontario, Manitoba, Saskatchewan, Alberta, and the Northwest Territories in Canada and historically from Lake Superior westward in the US.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}