Information about plays

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

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

{
    "id": 3539483,
    "uri": "https://api.kexp.org/v2/plays/3539483/?format=api",
    "airdate": "2025-08-13T06:04:45-07:00",
    "show": 64276,
    "show_uri": "https://api.kexp.org/v2/shows/64276/?format=api",
    "image_uri": "https://coverartarchive.org/release/8dc0d4c7-b26c-455e-b7df-2319c0da6b28/7983528242-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8dc0d4c7-b26c-455e-b7df-2319c0da6b28/7983528242-250.jpg",
    "song": "Bankrobber",
    "track_id": null,
    "recording_id": "8293124f-d484-44e3-ad5b-e2cc2cf8dec5",
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Clash on Broadway",
    "release_id": null,
    "release_group_id": "70e84d86-383c-31be-9865-b33333ae0cc8",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1991-11-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song was recorded in Pluto Studios in Manchester in early February 1980. It was the first time the band would work with Mikey Dread, a man they would collaborate with a lot over the next year (he would produce their 1980 triple-album Sandinista!). Another longtime Clash collaborator, Mickey Gallagher, says that \"Mikey got a great vibe going in the studio - he made rhythms by shaking a matchbox, or using a squeaky toy.\"\n--\nHere's the video, featuring two masked robbers (roadies Johnny Green and Barry Glare) holding up a bank in Lewisham, South London: https://www.youtube.com/watch?v=ttJBdr6eBuo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}