Information about plays

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

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

{
    "id": 3656476,
    "uri": "https://api.kexp.org/v2/plays/3656476/?format=api",
    "airdate": "2026-05-18T17:01:08-07:00",
    "show": 66753,
    "show_uri": "https://api.kexp.org/v2/shows/66753/?format=api",
    "image_uri": "https://ia800501.us.archive.org/19/items/mbid-8056c739-091e-4aeb-a5b3-f3ebd88c7da9/mbid-8056c739-091e-4aeb-a5b3-f3ebd88c7da9-11812988236_thumb500.jpg",
    "thumbnail_uri": "https://ia600501.us.archive.org/19/items/mbid-8056c739-091e-4aeb-a5b3-f3ebd88c7da9/mbid-8056c739-091e-4aeb-a5b3-f3ebd88c7da9-11812988236_thumb250.jpg",
    "song": "Buick MacKane",
    "track_id": "6bf16b0c-52b8-4473-a8e6-6016c4b1e2c5",
    "recording_id": "9956e508-b3fb-4dec-9282-70e843e41530",
    "artist": "T. Rex",
    "artist_ids": [
        "c842d29f-a297-48cd-bb71-4f77fd672b16"
    ],
    "album": "The Slider",
    "release_id": "8056c739-091e-4aeb-a5b3-f3ebd88c7da9",
    "release_group_id": "bf12c581-95c6-3cde-8ac2-713e803fc9e9",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2010-10-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead singer Marc Bolan described this as his \"Zep Rex\" experiment, meaning it was inspired by Led Zeppelin. \n--\nIn the promotional video for this song, Marc Bolan is using his newly-acquired Veleno custom aluminium guitar.: https://www.youtube.com/watch?v=UZ3qURqD3P8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}