Information about plays

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

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

{
    "id": 3570521,
    "uri": "https://api.kexp.org/v2/plays/3570521/?format=api",
    "airdate": "2025-10-27T06:43:29-07:00",
    "show": 64947,
    "show_uri": "https://api.kexp.org/v2/shows/64947/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bankrobber",
    "track_id": null,
    "recording_id": "8293124f-d484-44e3-ad5b-e2cc2cf8dec5",
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Bankrobber",
    "release_id": null,
    "release_group_id": "69ccba00-06b2-3d4a-a4cf-b93322e424bb",
    "labels": [],
    "label_ids": [],
    "release_date": "1980-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 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: \n\nhttps://www.youtube.com/watch?v=ttJBdr6eBuo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}