Information about plays

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

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

{
    "id": 3579955,
    "uri": "https://api.kexp.org/v2/plays/3579955/?format=api",
    "airdate": "2025-11-18T19:43:56-08:00",
    "show": 65148,
    "show_uri": "https://api.kexp.org/v2/shows/65148/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sieviešu dziesma",
    "track_id": null,
    "recording_id": null,
    "artist": "Trīsas",
    "artist_ids": [],
    "album": "Sieviešu dziesma",
    "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": "Trīsas translates colloquially as “thrills”. \n\nPer a review from Riga Music Week, after their performance they went immediately to Old Town's Doma Square to join the demonstration against Latvia’s proposed withdrawal from the Istanbul Convention. (The Istanbul Convention is a human rights treaty in Europe that aims to protect women from all forms of violence, including domestic violence)\n\nhttps://trisas.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}