Information about plays

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

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

{
    "id": 3620991,
    "uri": "https://api.kexp.org/v2/plays/3620991/?format=api",
    "airdate": "2026-02-22T20:58:44-08:00",
    "show": 66004,
    "show_uri": "https://api.kexp.org/v2/shows/66004/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Hustler",
    "track_id": null,
    "recording_id": "14aaf6ab-edde-4612-b796-e04fd30c6f29",
    "artist": "Willie Colón",
    "artist_ids": [
        "f1edfbed-9315-4550-859c-599cc3fdee57"
    ],
    "album": "The Hustler",
    "release_id": null,
    "release_group_id": "564cfbc7-e46a-335d-b555-ba19d2154a20",
    "labels": [
        "Fania"
    ],
    "label_ids": [
        "a00f1d54-2e47-492b-b24b-3b994b2ba0c4"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Salsa Legend and political activist Willie Colón's body of work stretches over 40 LPs, a sound made popular thru the Fania label throughout the Bronx.\nWillie Colón died February 21, 2026.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}