Information about plays

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

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

{
    "id": 3620841,
    "uri": "https://api.kexp.org/v2/plays/3620841/?format=api",
    "airdate": "2026-02-22T14:39:46-08:00",
    "show": 66002,
    "show_uri": "https://api.kexp.org/v2/shows/66002/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Plástico",
    "track_id": "78e963bc-ceed-3e75-8fb9-63281ee132da",
    "recording_id": "f4d57b0f-e2c2-48e4-b6dc-402aaa63d114",
    "artist": "Willie Colón & Rubén Blades",
    "artist_ids": [
        "f1edfbed-9315-4550-859c-599cc3fdee57",
        "f050673a-dfb3-4200-b057-bf78213de36c"
    ],
    "album": "Siembra",
    "release_id": "2c3db041-fdc5-3c8f-a43d-8d4bfe6fc47b",
    "release_group_id": "0efd12a2-2d31-3fa8-a76c-5f8af6613fca",
    "labels": [
        "Fania"
    ],
    "label_ids": [
        "a00f1d54-2e47-492b-b24b-3b994b2ba0c4"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Siembra\", a 1978 album collaboration between Willie Colón and Rubén Blades, remains one of the best-selling and most critically acclaimed salsa records of all time, noted for its sharp social commentary.\n\nWillie Colón, the legendary trombonist, producer, and social activist who redefined salsa music, passed away Saturday at the age of 75. As his family shared in their tribute, Colón gifted the world \"timeless music and cherished memories.\" He didn't just play salsa; he used it to narrate the struggles, joys, and identity of the Latino experience.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}