Information about plays

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

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

{
    "id": 3597797,
    "uri": "https://api.kexp.org/v2/plays/3597797/?format=api",
    "airdate": "2025-12-30T01:08:11-08:00",
    "show": 65512,
    "show_uri": "https://api.kexp.org/v2/shows/65512/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Present Is Always Perfect",
    "track_id": "e658cf33-97a6-428f-91b2-d077c23745d2",
    "recording_id": "e31580c4-a92f-4b91-b20d-3ceb3028bc68",
    "artist": "Dam Swindle",
    "artist_ids": [
        "38b9ea38-bede-4e26-a4e9-7fd2988a6c48"
    ],
    "album": "Open",
    "release_id": "9fcff377-05d6-4609-a152-09b2e7238081",
    "release_group_id": "fe9804b4-e1c6-4285-9ebc-e6f919093b32",
    "labels": [
        "Heist Recordings"
    ],
    "label_ids": [
        "580992ca-a4ce-4158-8775-cd449d2554c1"
    ],
    "release_date": "2025-05-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dutch duo Dam Swindle put out this excellent LP in May and another fire EP in October\n\nhttps://damswindle.bandcamp.com/album/open\n\nhttps://damswindle.bandcamp.com/album/backyard-galaxy-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}