Information about plays

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

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

{
    "id": 3656964,
    "uri": "https://api.kexp.org/v2/plays/3656964/?format=api",
    "airdate": "2026-05-19T20:32:52-07:00",
    "show": 66762,
    "show_uri": "https://api.kexp.org/v2/shows/66762/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El Pescador (Thommie G Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Totó la Momposina",
    "artist_ids": [
        "6904c849-97ab-4bf2-af51-467e8dd98ec9"
    ],
    "album": null,
    "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": "RIP to Sonia Bazanta Vides, better known as Totó la Momposina, a Colombian singer of Afro-Colombian and Indigenous descent. Passed away today in Mexico at the age of 85.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}