Information about plays

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

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

{
    "id": 3627432,
    "uri": "https://api.kexp.org/v2/plays/3627432/?format=api",
    "airdate": "2026-03-10T13:28:53-07:00",
    "show": 66145,
    "show_uri": "https://api.kexp.org/v2/shows/66145/?format=api",
    "image_uri": "https://coverartarchive.org/release/a5feda7d-4427-4e31-9015-cff661ef3d9c/10836639824-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a5feda7d-4427-4e31-9015-cff661ef3d9c/10836639824-250.jpg",
    "song": "Are You Gonna Go My Way",
    "track_id": null,
    "recording_id": "c6b36dde-5fe8-4c10-b805-b1f737e7f219",
    "artist": "Lenny Kravitz",
    "artist_ids": [
        "0ef3f425-9bd2-4216-9dd2-219d2fe90f1f"
    ],
    "album": "Are You Gonna Go My Way",
    "release_id": null,
    "release_group_id": "cd5aa852-4f01-3477-8e04-2399bf5f965f",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1993-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1993, drummer Cindy Blackman had an opportunity to work with Lenny Kravitz. From New York, Blackman played drums for him over the phone. Kravitz immediately asked Blackman to fly out to LA. \n\nShe stayed for two weeks including shooting the video for \"Are You Gonna Go My Way\". \n\nShe would go on to have an 18-year run as Kravitz's touring drummer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}