Information about plays

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

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

{
    "id": 3554335,
    "uri": "https://api.kexp.org/v2/plays/3554335/?format=api",
    "airdate": "2025-09-17T21:30:30-07:00",
    "show": 64589,
    "show_uri": "https://api.kexp.org/v2/shows/64589/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cavelier (We're Going Down)",
    "track_id": null,
    "recording_id": null,
    "artist": "Yoo Doo Right",
    "artist_ids": [
        "23096007-0e5f-4ede-b9fa-ca7025501be3"
    ],
    "album": "Yoo II avec Nolan Potter",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mothland Records"
    ],
    "label_ids": [
        "20568cae-baae-47f8-b715-570e6552d82a"
    ],
    "release_date": "2025-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"...the record's opening track, \"Cavelier (We're Going Down),\" ...employs the group's drawn-out, post-rock improvisational style, while free jazz-y elements drive disparate melody atop a psychedelic foundation for a hefty 11 minutes.\" https://exclaim.ca/music/article/yoo-ii-avec-nolan-potter-yoo-doo-right-polulation-ii-album-review",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}