Information about plays

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

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

{
    "id": 3546918,
    "uri": "https://api.kexp.org/v2/plays/3546918/?format=api",
    "airdate": "2025-08-30T22:24:31-07:00",
    "show": 64472,
    "show_uri": "https://api.kexp.org/v2/shows/64472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fried Again",
    "track_id": null,
    "recording_id": null,
    "artist": "Blowers",
    "artist_ids": [
        "85c73beb-1fc0-4316-8904-3b8f6ce4c218"
    ],
    "album": "Blowermania",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Chaputa! Records"
    ],
    "label_ids": [
        "d9c9af20-1832-43da-a847-87d504bfb694"
    ],
    "release_date": "2025-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Blowers just released a split with Berlin based band, S.U.G.A.R. last month!\n\nhttps://blowersband.bandcamp.com/album/blowers-s-u-g-a-r-split",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}