Information about plays

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

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

{
    "id": 3572680,
    "uri": "https://api.kexp.org/v2/plays/3572680/?format=api",
    "airdate": "2025-11-01T17:46:44-07:00",
    "show": 64995,
    "show_uri": "https://api.kexp.org/v2/shows/64995/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Firestarter",
    "track_id": null,
    "recording_id": "3dabfc40-33b4-4dba-8d94-79e77c4d1448",
    "artist": "The Prodigy",
    "artist_ids": [
        "4a4ee089-93b1-4470-af9a-6ff575d32704"
    ],
    "album": "The Fat of the Land",
    "release_id": null,
    "release_group_id": "ac9138ce-6331-3f8d-86d7-69f13e4ab4f4",
    "labels": [
        "Maverick"
    ],
    "label_ids": [
        "79afd9ce-c6b2-4e9a-9b23-a13e25d70688"
    ],
    "release_date": "1997-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Songwriting credits include Kim Deal of the Breeders, as the looped wah-wah guitar riff in \"Firestarter\" was sampled from the Breeders' track \"S.O.S.\" from the album \"Last Splash.\" The song also samples the vocals from Art of Noise's 1984 \"Close (To the Edit) and the drums from 1989's \"Devotion (The Voice of Paradise Mix)\" by Ten City.\n\nHere's the\"Firestarter\" video: https://www.youtube.com/watch?v=wmin5WkOuPw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}