Information about plays

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

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

{
    "id": 3588102,
    "uri": "https://api.kexp.org/v2/plays/3588102/?format=api",
    "airdate": "2025-12-07T14:59:22-08:00",
    "show": 65314,
    "show_uri": "https://api.kexp.org/v2/shows/65314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La murga",
    "track_id": "cd066877-945b-395f-a831-5bff92cb7598",
    "recording_id": "e14c0ac7-f433-4317-b58a-480a321e8692",
    "artist": "Willie Colón & Héctor Lavoe",
    "artist_ids": [
        "f1edfbed-9315-4550-859c-599cc3fdee57",
        "2cf18512-c129-482b-aff1-7430a1a7850b"
    ],
    "album": "Asalto Navideño",
    "release_id": "8fbfb926-12c0-3b1a-b0ad-a50b919bfc75",
    "release_group_id": "66cc792a-ca36-3f44-be44-a898337ba396",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-05-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today's Sunday Salsa Selection!\n\nWilliam Anthony Colón Román is a salsa musician and social activist. He began his career as a trombonist, and also sings, writes, produces, and acts. He is known as a Latin music legend and is called the \"King of salsa.\" \n\nWillie Colón is from the Bronx, New York, United States, and Héctor Lavoe was from Ponce, Puerto Rico. They were both influential figures in salsa music and collaborated extensively, with Colón as a trombonist and Lavoe as a vocalist.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}