Information about plays

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

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

{
    "id": 3634914,
    "uri": "https://api.kexp.org/v2/plays/3634914/?format=api",
    "airdate": "2026-03-28T23:44:37-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dead on Arrival",
    "track_id": null,
    "recording_id": "0a880508-99e0-4b8b-94e9-499b71593c43",
    "artist": "The Diodes",
    "artist_ids": [
        "fd6f9ae9-8f82-48db-beed-7f6e944ba22f"
    ],
    "album": "Tired of Waking Up Tired: The Best of the Diodes",
    "release_id": null,
    "release_group_id": "24bfe2f8-c877-3d83-9802-3a703ff02dc6",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Diodes were essential to Canada's punk history, famously launching the country's first punk club, the Crash 'n' Burn, in their Toronto basement in 1977. They were also the first Canadian punk band to sign with a major label (Columbia/Epic). https://www.ajournalofmusicalthings.com/torontos-canadas-first-punk-club-crash-n-burn-opened-40-years-ago-today/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}