Information about plays

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

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

{
    "id": 3621696,
    "uri": "https://api.kexp.org/v2/plays/3621696/?format=api",
    "airdate": "2026-02-24T11:42:51-08:00",
    "show": 66019,
    "show_uri": "https://api.kexp.org/v2/shows/66019/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Man Who Lost His Diamond",
    "track_id": "6308ec7d-030c-43ab-a183-c9c8d3d06a59",
    "recording_id": "8fa16d87-2b0a-4544-b5b4-a37e7ccd775c",
    "artist": "Joe Glass",
    "artist_ids": [
        "85b54ae1-6c43-4571-b465-ee88382a9466"
    ],
    "album": "Snakewards",
    "release_id": "8a4946e9-002c-4373-b149-3967b786ef35",
    "release_group_id": "fbfb1ccc-5cc5-4f2f-a825-fea652ac4c3a",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2026-01-03",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chicago musician Joe Glass is part of Kai Slater's Sharp Pins, and he just released his own lo-fi power-pop album on the label Hallogallo Tapes.\n\nOn Instagram, Glass describes Snakewards as \"13 scrap-rock sketches straight from the heart to the gut.\" He adds, \"Maybe we can keep rock’n’roll alive for one more day? Who knows.\": https://joeglassetc.bandcamp.com/album/snakewards",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}