Information about plays

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

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

{
    "id": 3632863,
    "uri": "https://api.kexp.org/v2/plays/3632863/?format=api",
    "airdate": "2026-03-23T21:01:20-07:00",
    "show": 66263,
    "show_uri": "https://api.kexp.org/v2/shows/66263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sulamericano",
    "track_id": null,
    "recording_id": null,
    "artist": "BaianaSystem, Manu Chao",
    "artist_ids": [],
    "album": "O Futuro Não Demora",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Máquina de Louco (Universal MGB)"
    ],
    "label_ids": [],
    "release_date": "2019-02-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Speaking of Bahia, we head to Salvador with BaianaSystem, a band that expand the sound of the Baian guitar. This collaboration with Manu Chao blends sound-system culture, Afro-Brazilian grooves, and political energy into a powerful contemporary anthem.\n***\nHablando de Bahía, nos dirigimos a Salvador con BaianaSystem, una banda que amplía los horizontes del sonido de la guitarra bahiana. Esta colaboración con Manu Chao fusiona la cultura del sound system, los ritmos afrobrasileños y la energía política en un potente himno contemporáneo.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}