Information about plays

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

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

{
    "id": 3598400,
    "uri": "https://api.kexp.org/v2/plays/3598400/?format=api",
    "airdate": "2025-12-31T10:09:30-08:00",
    "show": 65524,
    "show_uri": "https://api.kexp.org/v2/shows/65524/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Panda",
    "track_id": "a946e2bc-a525-31c4-8c83-644c33899425",
    "recording_id": "a0bebd6c-f66c-4ba7-8bb2-fbad7d82fd84",
    "artist": "Dungen",
    "artist_ids": [
        "25c76eb2-a92d-4624-9e30-093fc16ed5eb"
    ],
    "album": "Ta det lugnt",
    "release_id": "e8fdef89-17a9-4476-8db0-086178676895",
    "release_group_id": "9a5d08d3-0265-3739-8c6d-d75382a7325b",
    "labels": [
        "Subliminal Sounds"
    ],
    "label_ids": [
        "06f12d41-1ad4-4c83-a9bb-dfacf80df9d9"
    ],
    "release_date": "2004-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailing from Sweden, Dungen's most recent release is the 2022 album En Är F​ö​r Mycket och Tusen Aldrig Nog, which translates to One is Too Much and a Thousand is Never Enough. \nhttps://dungen.bandcamp.com/album\n***\nWatch Dungen perform \"Panda\" live at Seattle's Easy Street Records in 2005: https://www.youtube.com/watch?v=FGzR2w2SAzI.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}