Information about plays

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

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

{
    "id": 3573326,
    "uri": "https://api.kexp.org/v2/plays/3573326/?format=api",
    "airdate": "2025-11-03T03:02:44-08:00",
    "show": 65010,
    "show_uri": "https://api.kexp.org/v2/shows/65010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lugu Lugu Kan-Ibi",
    "track_id": null,
    "recording_id": "eb368f53-ee87-46cc-94e9-96dadf3f45d3",
    "artist": "David Darling & The Wulu Bunun",
    "artist_ids": [
        "03e7fbb0-024e-423f-bbcd-f8c65aa14b8f",
        "b6f962c5-2b7e-421d-99d4-9bd440da730b"
    ],
    "album": "2004: The Year in Song",
    "release_id": null,
    "release_group_id": "0769898f-a2a1-30cb-bbb6-a176b830ce45",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bunun\n\nThe Bunun were one of the \"high-mountain peoples\" (along with the Atayal and the Taroko) who traditionally lived in small family units in Taiwan's Central Mountain Range",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}