Information about plays

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

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

{
    "id": 3614867,
    "uri": "https://api.kexp.org/v2/plays/3614867/?format=api",
    "airdate": "2026-02-08T12:55:01-08:00",
    "show": 65879,
    "show_uri": "https://api.kexp.org/v2/shows/65879/?format=api",
    "image_uri": "https://coverartarchive.org/release/881627aa-020a-42b6-a565-b070bbf51c8e/12207088900-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/881627aa-020a-42b6-a565-b070bbf51c8e/12207088900-250.jpg",
    "song": "Juanito Alimaña",
    "track_id": null,
    "recording_id": "87544ff8-ddea-4653-a93d-fa16bfb38480",
    "artist": "Willie Colón & Héctor Lavoe",
    "artist_ids": [
        "f1edfbed-9315-4550-859c-599cc3fdee57",
        "2cf18512-c129-482b-aff1-7430a1a7850b"
    ],
    "album": "Vigilante",
    "release_id": null,
    "release_group_id": "0e34b8e1-ff6f-34ce-8916-18fff825a04d",
    "labels": [
        "Fania"
    ],
    "label_ids": [
        "a00f1d54-2e47-492b-b24b-3b994b2ba0c4"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Héctor Lavoe was a Puerto Rican salsa singer from Ponce. Willie Colón is an American Salsa musician and social activist from New York.\n\nVigilante is the eleventh and last studio album by the duo. It was recorded in 1982 as part of the soundtrack of the film of the same name. The 1983 film was inducted into the Library of Congress: https://www.loc.gov/item/jots.200166326/\n\nhttps://hectorlavoe.com/\nhttps://www.williecolon.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}