Information about plays

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

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

{
    "id": 3572114,
    "uri": "https://api.kexp.org/v2/plays/3572114/?format=api",
    "airdate": "2025-10-31T06:26:44-07:00",
    "show": 64981,
    "show_uri": "https://api.kexp.org/v2/shows/64981/?format=api",
    "image_uri": "https://dn710008.ca.archive.org/0/items/mbid-2ccb86b2-a5bf-49c4-853d-7c9f78344f42/mbid-2ccb86b2-a5bf-49c4-853d-7c9f78344f42-32304157656_thumb500.jpg",
    "thumbnail_uri": "https://dn710008.ca.archive.org/0/items/mbid-2ccb86b2-a5bf-49c4-853d-7c9f78344f42/mbid-2ccb86b2-a5bf-49c4-853d-7c9f78344f42-32304157656_thumb250.jpg",
    "song": "Devil Music",
    "track_id": "2c66285e-4ea7-4c9d-8a55-befe9ffb6fb5",
    "recording_id": "19665a21-1885-4311-b593-2f0ca13118dc",
    "artist": "The Pharcyde",
    "artist_ids": [
        "d7134426-a937-43bf-bc54-f10ad8102ed9"
    ],
    "album": "Labcabincalifornia",
    "release_id": "161567d7-e1bc-40f7-8d49-c9d8ea997e0d",
    "release_group_id": "d0dc0be5-53ec-3810-8683-ba1dfac644f8",
    "labels": [
        "Delicious Vinyl"
    ],
    "label_ids": [
        "fa21d4fc-2f5b-48df-9f70-066f0d8cfc3e"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Labcabincalifornia is The Pharcyde's second album, released in 1995, The album's production was a collaborative effort between members of The Pharcyde, as well as future hip-hop legend J Dilla, Diamond D, and M-Walk.\n\nSampling Wu-Tang Clan's \"Da Mystery of Chessboxin'\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}