Information about plays

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

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

{
    "id": 3624790,
    "uri": "https://api.kexp.org/v2/plays/3624790/?format=api",
    "airdate": "2026-03-03T11:31:33-08:00",
    "show": 66080,
    "show_uri": "https://api.kexp.org/v2/shows/66080/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Detachable Penis",
    "track_id": "51d991c7-1421-3eba-9f8b-2be4ac012397",
    "recording_id": "bd62175e-39f8-4b1f-a0bd-2d1816420258",
    "artist": "King Missile",
    "artist_ids": [
        "62881dc4-2776-4743-a938-79a7d865ea53"
    ],
    "album": "Happy Hour",
    "release_id": "8c45c5da-aaef-4c05-89c5-b54822f219b8",
    "release_group_id": "78b05d28-1756-3ce1-a72f-d8997acf836e",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1992-12-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song’s success was both a blessing and curse for the band. While it brought a lot more people to their shows, those people would begin loudly requesting “Detachable Penis” throughout the set until the band obliged. In response, the band began playing it early in the set to get rid of these nuisances, and then play the rest of the show for their core fans.\n--\nHere's the thoughtful video: https://www.youtube.com/watch?v=byDiILrNbM4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}