Information about plays

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

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

{
    "id": 3632012,
    "uri": "https://api.kexp.org/v2/plays/3632012/?format=api",
    "airdate": "2026-03-21T17:44:46-07:00",
    "show": 66243,
    "show_uri": "https://api.kexp.org/v2/shows/66243/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dust in the Wind (Live)",
    "track_id": null,
    "recording_id": null,
    "artist": "Guns N’ Roses",
    "artist_ids": [
        "eeb1195b-f213-4ce1-b28c-8565211f8e43"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees: Guns N' Roses covering Todd Rundgren live.\n\n\"Guns N' Roses - Dust in the Wind | Live from June 1993 in Modena, Italy. Guns N' Roses did a cover of Todd Rundgren's song from 1972. It was played as an intro to November Rain in the last few shows of the Skin N' Bones Tour. \"\n\nhttps://www.youtube.com/watch?v=aH1QBYLQ3Ac",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}