Information about plays

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

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

{
    "id": 3632879,
    "uri": "https://api.kexp.org/v2/plays/3632879/?format=api",
    "airdate": "2026-03-23T21:49:37-07:00",
    "show": 66263,
    "show_uri": "https://api.kexp.org/v2/shows/66263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Momento",
    "track_id": null,
    "recording_id": null,
    "artist": "Malcriada, Prayers",
    "artist_ids": [],
    "album": "Esta bien llorar </3",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "OSA ENTRETENIMIENTO"
    ],
    "label_ids": [],
    "release_date": "2025-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of our favorite Mexican bands here on the video team is Malcriada. I finally got to meet up with them to film their “Songbook” episode, and they wanted to include this collaboration with Prayers as one of their most memorable moments.\n***\nUna de nuestras bandas preferidas de Mexico que tenemos con el video team es Malcriada. Finalmente logre reunirme con ellos para grabar su episodio de cancioneros y quisieron incluir esta colaboracion con Prayers como parte de sus momentos mas importantes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}