Information about plays

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

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

{
    "id": 3571121,
    "uri": "https://api.kexp.org/v2/plays/3571121/?format=api",
    "airdate": "2025-10-28T19:08:43-07:00",
    "show": 64960,
    "show_uri": "https://api.kexp.org/v2/shows/64960/?format=api",
    "image_uri": "https://coverartarchive.org/release/6cc92e63-6467-4331-ae59-d99382b82e18/30893086969-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6cc92e63-6467-4331-ae59-d99382b82e18/30893086969-250.jpg",
    "song": "Tītián",
    "track_id": null,
    "recording_id": "4a667209-7bee-4c97-9b8c-855a5f1b47f5",
    "artist": "Kuunatic",
    "artist_ids": [
        "fcdf8a0f-1b46-4af8-8ad7-293efa83bf8c"
    ],
    "album": "Gate of Klüna",
    "release_id": null,
    "release_group_id": "bcdec49f-c590-42a0-bdde-097908d33aa0",
    "labels": [
        "Glitterbeat"
    ],
    "label_ids": [
        "2b63cc99-f955-427a-828d-440635381748"
    ],
    "release_date": "2021-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kuu is the Finnish word for moon. The groups original guitarist was from Finland. Members are Fumie Kikuchi on keys and vocals, Yuko Araki on drums and vocals and Shoko Yoshida on bass and vocals.\nhttps://kuunatic.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}