Information about plays

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

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

{
    "id": 3635091,
    "uri": "https://api.kexp.org/v2/plays/3635091/?format=api",
    "airdate": "2026-03-29T10:57:52-07:00",
    "show": 66311,
    "show_uri": "https://api.kexp.org/v2/shows/66311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Left Me",
    "track_id": null,
    "recording_id": "3f735fba-8954-42b8-9b55-dbabf6e46fd5",
    "artist": "Natalie Jane Hill",
    "artist_ids": [
        "88d80236-115d-424d-8ce3-0f82425404d8"
    ],
    "album": "Hopeful Woman",
    "release_id": null,
    "release_group_id": "c283066f-e9aa-4fd3-aac4-9fdc0457d5aa",
    "labels": [
        "Dear Life Records"
    ],
    "label_ids": [
        "48c03abc-6b4f-4bc1-8562-683972308418"
    ],
    "release_date": "2026-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hill recorded this album between her hometown of Lockhart, TX and her new hometown Asheville, NC.\nhttps://nataliejanehill.bandcamp.com/album/hopeful-woman",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}