Information about plays

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

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

{
    "id": 3567741,
    "uri": "https://api.kexp.org/v2/plays/3567741/?format=api",
    "airdate": "2025-10-20T20:48:26-07:00",
    "show": 64890,
    "show_uri": "https://api.kexp.org/v2/shows/64890/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Solo",
    "track_id": null,
    "recording_id": "c1fdad92-757c-4213-9bf0-ac224f1ec6a1",
    "artist": "El Culto Casero & Isla de Caras",
    "artist_ids": [
        "78e3fe8d-2e25-489f-b00f-ded534a7167d",
        "93a550f3-b6ce-4bdc-b472-b2d4c636f67c"
    ],
    "album": "Mi Verano Oscuro",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Costa Futuro"
    ],
    "label_ids": [
        "d630b94c-729e-456c-9cce-3207a8e6cc7a"
    ],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "EN: This 2024 track is a collaboration between Paraguayan rock band El Culto Casero and Argentine indie pop group Isla de Caras, featured on El Culto Casero’s album Mi Verano Oscuro. Combining Y2K slacker rock vibes with bittersweet indie pop, the song reflects on fleeting summer love with a sound that evokes The Smashing Pumpkins, The Pixies, and Jean Dawson. — Albina\nES: Esta canción de 2024 es una colaboración entre la banda de rock paraguaya El Culto Casero y el grupo argentino de indie pop Isla de Caras, incluida en el álbum Mi Verano Oscuro de El Culto Casero. Combinando el estilo slacker rock del año 2000 con el indie pop agridulce, la canción reflexiona sobre el amor fugaz del verano con un sonido que evoca a The Smashing Pumpkins, The Pixies y Jean Dawson. — Albina",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}