Information about plays

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

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

{
    "id": 3632878,
    "uri": "https://api.kexp.org/v2/plays/3632878/?format=api",
    "airdate": "2026-03-23T21:46:12-07:00",
    "show": 66263,
    "show_uri": "https://api.kexp.org/v2/shows/66263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La Vida Es Un Sueño",
    "track_id": null,
    "recording_id": null,
    "artist": "Prayers",
    "artist_ids": [],
    "album": "CHOLOGOTH",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-released"
    ],
    "label_ids": [],
    "release_date": "2022-02-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When talking about darkwave, we simply can’t leave out Prayers, whom I had the chance to see in Mexico City at Vive Latino. Their album *CHOLOGOTH* is a must-listen for anyone looking to understand the new Latin darkwave scene. \n***\nSi hablamos de darkwave, no podemos dejar de mencionar a Prayers, a quienes tuve la oportunidad de ver en Ciudad de México durante el Vive Latino. Su álbum CHOLOGOTH es imprescindible para comprender el nuevo darkwave latino.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}