Information about plays

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

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

{
    "id": 3589026,
    "uri": "https://api.kexp.org/v2/plays/3589026/?format=api",
    "airdate": "2025-12-09T18:41:32-08:00",
    "show": 65333,
    "show_uri": "https://api.kexp.org/v2/shows/65333/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Over And Over",
    "track_id": "93f0f2f1-5aa6-4031-980b-3a0fc020cadb",
    "recording_id": "1f0bb620-1b00-43fa-ba36-182550d28371",
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "Over And Over",
    "release_id": "c36f8f88-8a44-4078-b3ec-1e3fe81c2ee8",
    "release_group_id": "c18d2f92-1a95-3b87-a114-214dc7eca827",
    "labels": [
        "DFA Records",
        "Astralwerks"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025",
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2006-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Tookie - and OG friends Ollie, Jack and Bethany!\n___\nHot Chip is playing in the PNW in 2026!\n+ Seattle @ Nectar Lounge Feb 26th\n+ Portland @ The Get Down Feb 27th\n\nhttps://www.hot-chip.co.uk/pages/live",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}