Information about plays

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

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

{
    "id": 3552732,
    "uri": "https://api.kexp.org/v2/plays/3552732/?format=api",
    "airdate": "2025-09-13T23:00:38-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Night Mayor",
    "track_id": null,
    "recording_id": null,
    "artist": "Alien Boys",
    "artist_ids": [
        "82bef076-08de-462d-a5b2-05f71917e7dd"
    ],
    "album": "The Weight Of It All",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [],
    "release_date": "2023-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vancouver, B.C.'s Alien Boys released their latest album, Live at Rain City Recorders in June of this year.\n\nhttps://alienboys.bandcamp.com/album/the-weight-of-it-all\nhttps://alienboys.ca/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}