Information about plays

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

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

{
    "id": 3626512,
    "uri": "https://api.kexp.org/v2/plays/3626512/?format=api",
    "airdate": "2026-03-07T20:08:15-08:00",
    "show": 66121,
    "show_uri": "https://api.kexp.org/v2/shows/66121/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Snoqualmie",
    "track_id": "58285afa-226f-349b-82c3-f9e991898544",
    "recording_id": "fdf44fc0-7995-45cd-b4f7-1d5101d71fb4",
    "artist": "The Melody Unit",
    "artist_ids": [
        "14777d5d-e489-463a-8077-e74a35fd472f"
    ],
    "album": "Choose Your Own Adventure",
    "release_id": "5355e3c1-20e9-46ce-b91c-9a19c7df5c2a",
    "release_group_id": "aa3a8f46-3c67-3802-881c-1bc5437263cc",
    "labels": [
        "Hidden Agenda"
    ],
    "label_ids": [
        "8225d763-c97e-48e6-bd34-3effefbf0f50"
    ],
    "release_date": "2001-11-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Originally the B-side of a self-released seven-inch, this tune is off The Melody Unit's 2001 album.\n\nhttps://ink19.com/2001/12/magazine/music-reviews/gaworx-the-melody-unit \n\nYOU support KEXP! Donate today: kexp.org/donate",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}