Information about plays

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

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

{
    "id": 3552779,
    "uri": "https://api.kexp.org/v2/plays/3552779/?format=api",
    "airdate": "2025-09-14T01:39:12-07:00",
    "show": 64557,
    "show_uri": "https://api.kexp.org/v2/shows/64557/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I See Lies + Truth Fed Through a Tube + Bullshit Tradition",
    "track_id": null,
    "recording_id": null,
    "artist": "Nasum",
    "artist_ids": [
        "4b52ef0a-78c3-4b52-b4ee-658ac47ff889"
    ],
    "album": "Inhaled/Exhaled/Revived",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NASUM returns with a revitalized version of their landmark Relapse debut Inhale/Exhale entitled Inhaled/Exhaled/Revived. Nearly 30 years on, Inhale/Exhale is as vital as ever.  Featuring re-imagined cover art under the direction of NASUM's founding member and songwriter Anders Jakobson, Inhaled/Exhaled/Revived is presented as an expanded 2LP collection.\n\nhttps://nasum.bandcamp.com/album/inhaled-exhaled-revived",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}