Information about plays

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

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

{
    "id": 3550590,
    "uri": "https://api.kexp.org/v2/plays/3550590/?format=api",
    "airdate": "2025-09-08T21:48:23-07:00",
    "show": 64512,
    "show_uri": "https://api.kexp.org/v2/shows/64512/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La pollera amarilla",
    "track_id": null,
    "recording_id": "a3e5d1a1-3252-4820-bbc6-cd7910e6a138",
    "artist": "Gladys La Bomba",
    "artist_ids": [],
    "album": "La Pollera Amarilla",
    "release_id": null,
    "release_group_id": "e35ef81b-c2da-4278-aa65-7d8bf732565d",
    "labels": [],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "EN: Gladys is an Argentine singer known as “La Bomba Tucumana.” “Pollera Amarilla,” released in 1989 and reissued in the 1990s, became a classic of Argentine tropical music.\nES: Gladys, cantante argentina conocida como “La Bomba Tucumana”, lanzó “Pollera Amarilla” en 1989, reeditada en los 90. Se volvió un clásico de la música tropical argentina.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}