Information about plays

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

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

{
    "id": 3544115,
    "uri": "https://api.kexp.org/v2/plays/3544115/?format=api",
    "airdate": "2025-08-24T07:38:24-07:00",
    "show": 64374,
    "show_uri": "https://api.kexp.org/v2/shows/64374/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cool Cool (Sunset Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "James Alexander Bright",
    "artist_ids": [],
    "album": "Cool Cool (Sunset Mix)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Athens of the North"
    ],
    "label_ids": [
        "16bf0740-2194-457f-8efd-5ba6086a2b27"
    ],
    "release_date": "2025-08-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Breezy Balearic vibes on this new version of James Alexander Bright's single \"Cool Cool,\" the title track of this 2024 album ~ \nhttps://jamesalexanderbright.bandcamp.com/album/cool-cool \n:: Check out James Alexander Bright's exclusive guest DJ mix for KEXP's 'Midnight in a Perfect World' series here: \nhttps://www.kexp.org/read/2024/10/25/midnight-in-a-perfect-world-james-alexander-bright/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}