Information about plays

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

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

{
    "id": 3567757,
    "uri": "https://api.kexp.org/v2/plays/3567757/?format=api",
    "airdate": "2025-10-20T21:46:41-07:00",
    "show": 64890,
    "show_uri": "https://api.kexp.org/v2/shows/64890/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cómo Será Vivir en el Campo",
    "track_id": null,
    "recording_id": null,
    "artist": "Depresión Sonora",
    "artist_ids": [
        "f4aba5a0-c003-4686-af78-8beafdb3e6a3"
    ],
    "album": "Los perros no entienden internet",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sonido Muchacho"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "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/ \n\nEN: Marcos Crespo’s project emerged during lockdown with raw post-punk hymns for a restless generation. With sold-out tours and acclaimed albums, he’s become a defining voice of Spain’s underground.\n\nES: El proyecto de Marcos Crespo surgió durante el confinamiento con himnos de post-punk crudo para una generación inquieta. Con giras agotadas y álbumes aclamados, se ha convertido en una de las voces más representativas del underground español.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}