Information about plays

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

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

{
    "id": 3558501,
    "uri": "https://api.kexp.org/v2/plays/3558501/?format=api",
    "airdate": "2025-09-27T19:52:06-07:00",
    "show": 64683,
    "show_uri": "https://api.kexp.org/v2/shows/64683/?format=api",
    "image_uri": "https://coverartarchive.org/release/f36d8ca5-df31-4f0a-8b30-644dd61c9874/29187831433-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f36d8ca5-df31-4f0a-8b30-644dd61c9874/29187831433-250.jpg",
    "song": "Kiss My Ass Goodbye",
    "track_id": null,
    "recording_id": "0a1a14da-bde5-423b-a02d-401d5c9a54c4",
    "artist": "7 Year Bitch",
    "artist_ids": [
        "91d06612-5c1e-4278-b40b-b6ce22dc9bb4"
    ],
    "album": "¡Viva Zapata!",
    "release_id": null,
    "release_group_id": "cf569f00-4afc-3450-bf61-ef8f5010da13",
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "1994-06-28",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The tone of ¡Viva Zapata!  was influenced by the deaths of several people close to the band, including original guitarist Stefanie Sargent in 1992 and The Gits' vocalist Mia Zapata—who inspired its title and is depicted on its cover artwork—in 1993, although this was not intended as its general theme.\n\nhttps://www.facebook.com/p/7-Year-Bitch-100050509388763/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}