Information about plays

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

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

{
    "id": 3654792,
    "uri": "https://api.kexp.org/v2/plays/3654792/?format=api",
    "airdate": "2026-05-14T21:23:35-07:00",
    "show": 66718,
    "show_uri": "https://api.kexp.org/v2/shows/66718/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunbird",
    "track_id": null,
    "recording_id": null,
    "artist": "Island Futurism",
    "artist_ids": [],
    "album": "Patri​-​Ark",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "2899218 Records DK"
    ],
    "label_ids": [],
    "release_date": "2023-04-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The “Formobeat” collective Island Futurism's second album \"Patri-Ark 海長老\" combines Austronesian culture, indigenous legends, Hokkien music, and sci-fi elements. \n\n\"Sunbird\" is inspired by the Siliq bird on Mount Sylvania, revealing the world's first couple after a divine bird opened the giant stone. \n\nhttps://islandfuturism.bandcamp.com/album/patri-ark",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}