Information about plays

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

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

{
    "id": 3623913,
    "uri": "https://api.kexp.org/v2/plays/3623913/?format=api",
    "airdate": "2026-03-01T10:24:34-08:00",
    "show": 66062,
    "show_uri": "https://api.kexp.org/v2/shows/66062/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Left Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Natalie Jane Hill",
    "artist_ids": [
        "88d80236-115d-424d-8ce3-0f82425404d8"
    ],
    "album": "Hopeful Woman",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dear Life"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Coming out March 6, 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"
}