Information about plays

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

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

{
    "id": 3567755,
    "uri": "https://api.kexp.org/v2/plays/3567755/?format=api",
    "airdate": "2025-10-20T21:38:07-07:00",
    "show": 64890,
    "show_uri": "https://api.kexp.org/v2/shows/64890/?format=api",
    "image_uri": "https://coverartarchive.org/release/325d9b34-71c2-46d3-890f-bc883fe82ef6/42693060473-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/325d9b34-71c2-46d3-890f-bc883fe82ef6/42693060473-250.jpg",
    "song": "La vida cañón",
    "track_id": null,
    "recording_id": "96e8ee82-6884-4b6c-ac0b-ebba675acb52",
    "artist": "Alcalá Norte",
    "artist_ids": [
        "aef107dc-ad4e-4557-b794-6c6a221ee27d"
    ],
    "album": "Alcalá Norte",
    "release_id": null,
    "release_group_id": "dc8e476d-de31-4dc7-9457-36713664ef75",
    "labels": [
        "Balaunka"
    ],
    "label_ids": [
        "afcff57c-e88c-476e-b57c-f8d1ff18629e"
    ],
    "release_date": "2024-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LIVE ON KEXP EN BILBAO!\nMeet the artists:\nhttps://www.kexp.org/bilbao/ \nFrom Ciudad Lineal, this post-punk outfit fuses raw energy, bakala echoes, and pop hooks. Their 2024 debut established them as a cultural movement with a powerful urban identity.\n\nES: EN VIVO EN KEXP EN BILBAO\nConoce a los artistas:\nDesde Ciudad Lineal, este grupo post-punk fusiona energía pura, ecos de bakala y ganchos pop. Su debut en 2024 los consolidó como un movimiento cultural con una poderosa identidad urbana.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}