Information about plays

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

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

{
    "id": 3549965,
    "uri": "https://api.kexp.org/v2/plays/3549965/?format=api",
    "airdate": "2025-09-07T08:27:19-07:00",
    "show": 64498,
    "show_uri": "https://api.kexp.org/v2/shows/64498/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flowers For David",
    "track_id": null,
    "recording_id": null,
    "artist": "Blue Lake",
    "artist_ids": [],
    "album": "The Animal",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Tonal Union"
    ],
    "label_ids": [
        "89dcbcf0-fc3a-4b8a-bfcc-f20693a0001d"
    ],
    "release_date": "2025-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The latest single to emerge from the forthcoming album by Copenhagen-based American multi-instrumentalist and composer Jason Dungan aka Blue Lake ~ \nhttps://bluelake1.bandcamp.com/album/the-animal",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}