Information about plays

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

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

{
    "id": 3600098,
    "uri": "https://api.kexp.org/v2/plays/3600098/?format=api",
    "airdate": "2026-01-04T10:24:05-08:00",
    "show": 65561,
    "show_uri": "https://api.kexp.org/v2/shows/65561/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Hula Blues",
    "track_id": null,
    "recording_id": "27df86ed-66a2-4c8b-b543-fabf262d4976",
    "artist": "Taj Mahal",
    "artist_ids": [
        "4f48167c-29b8-4bde-a749-6803ce0a3922"
    ],
    "album": "Taj Mahal and the Hula Blues",
    "release_id": null,
    "release_group_id": "333871a6-ca16-4175-a8f3-4c4e38721f41",
    "labels": [
        "Tradition & Moderne"
    ],
    "label_ids": [
        "a5f28e2d-c2f7-4cdb-aae0-2e7dfb8188c0"
    ],
    "release_date": "1997-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See this performed with the Te Hau Nui Polynesian Dance Company in 2011:\nhttps://www.youtube.com/watch?v=vaJeCda34HE\n\nhttps://www.tajblues.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}