Information about plays

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

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

{
    "id": 3621630,
    "uri": "https://api.kexp.org/v2/plays/3621630/?format=api",
    "airdate": "2026-02-24T07:45:04-08:00",
    "show": 66018,
    "show_uri": "https://api.kexp.org/v2/shows/66018/?format=api",
    "image_uri": "https://dn711009.ca.archive.org/0/items/mbid-6a37da25-c10a-420f-a33b-7f5b89fe39e7/mbid-6a37da25-c10a-420f-a33b-7f5b89fe39e7-21275777750_thumb500.jpg",
    "thumbnail_uri": "https://dn711009.ca.archive.org/0/items/mbid-6a37da25-c10a-420f-a33b-7f5b89fe39e7/mbid-6a37da25-c10a-420f-a33b-7f5b89fe39e7-21275777750_thumb250.jpg",
    "song": "Hoola",
    "track_id": "4f802beb-3ac9-31b0-96b4-1e21cb621d86",
    "recording_id": "f05e0dce-154d-4ff5-8c14-c3431a985255",
    "artist": "Archie Bronson Outfit",
    "artist_ids": [
        "8d274abf-23f7-48bf-bc88-0756948a79a2"
    ],
    "album": "Coconut",
    "release_id": "6a37da25-c10a-420f-a33b-7f5b89fe39e7",
    "release_group_id": "2030cf53-65dc-457e-b976-1c64b77c465e",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2010-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Hoola\" was the second single released from this English rock band's psychedelic third album, Coconut.\n\n\"The earth, the sky, deep cosmos and many of the spaces in between are all present in the band's rough-hewn grooves, from their debut Fur (2002) through to 2014's Wild Crush and often, in an act of extreme generosity to true heads everywhere, at the same time.\"\n\nhttps://www.dominomusic.com/artists/archie-bronson-outfit",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}