Information about plays

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

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

{
    "id": 3608946,
    "uri": "https://api.kexp.org/v2/plays/3608946/?format=api",
    "airdate": "2026-01-25T11:37:20-08:00",
    "show": 65751,
    "show_uri": "https://api.kexp.org/v2/shows/65751/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grassoline",
    "track_id": null,
    "recording_id": "650af8bc-c58a-4d3c-820e-03215efe4856",
    "artist": "Morgan Nagler",
    "artist_ids": [
        "202c758b-6bc2-4ce4-ba2b-3cec3b22adde"
    ],
    "album": "I've Got Nothing and I'm Losing It",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Little Operation"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The LA-based artist’s album is coming out March 13 and features what she calls “realist hope.”\nhttps://morgannagler.bandcamp.com/album/ive-got-nothing-to-lose-and-im-losing-it",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}