Information about plays

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

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

{
    "id": 3552775,
    "uri": "https://api.kexp.org/v2/plays/3552775/?format=api",
    "airdate": "2025-09-14T01:19:41-07:00",
    "show": 64557,
    "show_uri": "https://api.kexp.org/v2/shows/64557/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Go Quiet",
    "track_id": null,
    "recording_id": null,
    "artist": "Transgressive",
    "artist_ids": [
        "bd73fa4b-7a4e-4091-91bd-3cbdcf0d82ef"
    ],
    "album": "Never Go Quiet",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Arizona's Transgressive broke up in January 2022, reunited in April 2022. Announced second break up in May of 2024 and have reunited once again to release this and another upcoming EP, Not Like This set to release on November 7th.\n\nhttps://transgressivethrash.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}