Information about plays

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

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

{
    "id": 3578904,
    "uri": "https://api.kexp.org/v2/plays/3578904/?format=api",
    "airdate": "2025-11-16T08:53:19-08:00",
    "show": 65125,
    "show_uri": "https://api.kexp.org/v2/shows/65125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Dont Know How Much Longer I Can Hold This (II)",
    "track_id": null,
    "recording_id": null,
    "artist": "Swim Ignorant Fire",
    "artist_ids": [
        "19f22097-77db-4086-b249-7141cf290608"
    ],
    "album": "Retrospective",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2025-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a new release from Illinois-based musician Stephen Holliger aka Swim Ignorant Fire that celebrates 20 years of releasing music and collects some of his favorite pieces from this catalog, \"a greatest hits of sorts\" ~ https://swimignorantfire.bandcamp.com/album/retrospective",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}