Information about plays

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

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

{
    "id": 3656512,
    "uri": "https://api.kexp.org/v2/plays/3656512/?format=api",
    "airdate": "2026-05-18T19:13:26-07:00",
    "show": 66754,
    "show_uri": "https://api.kexp.org/v2/shows/66754/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Los llamados Pitagóricos",
    "track_id": null,
    "recording_id": null,
    "artist": "Alcalá Norte",
    "artist_ids": [
        "aef107dc-ad4e-4557-b794-6c6a221ee27d"
    ],
    "album": "Los llamados Pitagóricos",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Balaunka"
    ],
    "label_ids": [],
    "release_date": "2026-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Los Llamados Pitagóricos” is the second preview of Balaunka, the highly anticipated sophomore album by Madrid band Alcalá Norte. The track is a danceable post-punk piece with a philosophical undertone, drawing direct inspiration from the doctrines of the Pythagorean school.\n\nWatch Alcalá Norte Live on KEXP in Bilbao: https://www.youtube.com/watch?v=KFqyjIb9eM4 \n***\n“Los Llamados Pitagóricos” es el segundo adelanto del esperado segundo disco de la banda madrileña Alcalá Norte, titulado Balaunka. El tema es una pieza de post-punk bailable que destaca por su trasfondo filosófico, tomando inspiración directa de las doctrinas de la escuela pitagórica. Watch Alcalá Norte Live on KEXP en Bilbao: https://www.youtube.com/watch?v=KFqyjIb9eM4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}