Information about plays

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

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

{
    "id": 3567711,
    "uri": "https://api.kexp.org/v2/plays/3567711/?format=api",
    "airdate": "2025-10-20T19:03:20-07:00",
    "show": 64890,
    "show_uri": "https://api.kexp.org/v2/shows/64890/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "R0s4L14 no se invento ese sonidito",
    "track_id": null,
    "recording_id": null,
    "artist": "mediopicky",
    "artist_ids": [
        "12bb088e-f301-4787-b47c-1739619d604d"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ES: Iba de camino a la estación cuando la artista catalana Rosalía anunció LUX, su nuevo álbum que saldrá a la venta el 7 de noviembre. Eso me hizo pensar en esta canción, una respuesta descarada del productor dominicano Mediopicky, quien cuestionó de forma juguetona la idea de que Rosalía hubiera «inventado» un nuevo género cuando empezó a experimentar con el merengue, el dembow y los sonidos electrónicos, ritmos que siempre han formado parte de su ADN musical. — Albina\n\nEN: I was on my way to the station when Catalan artist Rosalía announced LUX, her new album coming November 7. It made me think of this track — a cheeky response from Dominican producer Mediopicky, who playfully questioned the idea that Rosalía had “invented” a new genre when she started experimenting with merengue, dembow, and electronic sounds — rhythms that have always been part of his musical DNA. — Albina",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}