Information about plays

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

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

{
    "id": 3593080,
    "uri": "https://api.kexp.org/v2/plays/3593080/?format=api",
    "airdate": "2025-12-19T12:40:24-08:00",
    "show": 65418,
    "show_uri": "https://api.kexp.org/v2/shows/65418/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "God Gets You Back",
    "track_id": "5b9b0aba-8db9-4e44-b026-bb89c27b025b",
    "recording_id": "16c26447-47e8-46d0-b6a7-692636c063af",
    "artist": "Mogwai",
    "artist_ids": [
        "d700b3f5-45af-4d02-95ed-57d301bda93e"
    ],
    "album": "The Bad Fire",
    "release_id": "dc43061a-7ccf-4848-8996-cb6326768729",
    "release_group_id": "a9f635d2-bff3-4079-8621-38d5ace8978e",
    "labels": [
        "Rock Action Records"
    ],
    "label_ids": [
        "959be696-eda5-4c9d-af24-2c8103f149f5"
    ],
    "release_date": "2025-01-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#69 on our countdown of YOUR favorite albums of 2025\n\n\"The music of Mogwai is a difficult thing to describe, but an easy thing to experience. At punishing volume, it can annihilate your body, leaving you as little more than a head which should by rights fall helplessly to the ground. Yet the music contains an updraft, a sense of beauty encased in the onslaught. This holds you up, suspended and empowered, reminding you that paradise is your birthright.\"\n\nhttps://mogwai.bandcamp.com/album/the-bad-fire",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}