Information about plays

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

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

{
    "id": 3635648,
    "uri": "https://api.kexp.org/v2/plays/3635648/?format=api",
    "airdate": "2026-03-30T16:23:40-07:00",
    "show": 66323,
    "show_uri": "https://api.kexp.org/v2/shows/66323/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cumbia Fantasia",
    "track_id": null,
    "recording_id": null,
    "artist": "Mexican Institute of Sound, Meridian Brothers",
    "artist_ids": [],
    "album": "Ruido Tovar",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ansonia Records"
    ],
    "label_ids": [
        "34a76bff-29ae-4cd3-8906-dcbf0fe5f25e"
    ],
    "release_date": "2026-05-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cumbia Fantasia is the first single off the upcoming collaborative album Ruido Tovar. \n\nMexican Institute of Sound (MIS) and Meridian Brothers join forces on Ruido Tovar, a cross-border collaboration that reimagines the tropical traditions linking Mexico and Colombia. \n\nhttps://meridianbrothers.bandcamp.com/album/ruido-tovar",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}