Information about plays

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

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

{
    "id": 3615820,
    "uri": "https://api.kexp.org/v2/plays/3615820/?format=api",
    "airdate": "2026-02-10T16:37:38-08:00",
    "show": 65898,
    "show_uri": "https://api.kexp.org/v2/shows/65898/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Velvet Showdown",
    "track_id": null,
    "recording_id": null,
    "artist": "Velvet Meadow",
    "artist_ids": [],
    "album": "Saturday Morning Meadowlies",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2025-09-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featured on today's In Our Headphones podcast, Host Evie Stokes talks to KEXP DJ Jewel about Florida-based psych rock band Velvet Meadow and their song β€œThe Velvet Showdown.” Jewel speculates that this might be one of the first diss tracks aimed at A.I. – setting their sights on the A.I. band The Velvet Sundown. The song comes from their 2025 self-released album, Saturday Morning Meadowlies.\n\nYou can listen to this episode, and past episodes of In Our Headphones here:\nhttps://www.kexp.org/podcasts/in-our-headphones/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}