Information about plays

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

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

{
    "id": 3624234,
    "uri": "https://api.kexp.org/v2/plays/3624234/?format=api",
    "airdate": "2026-03-02T02:15:40-08:00",
    "show": 66068,
    "show_uri": "https://api.kexp.org/v2/shows/66068/?format=api",
    "image_uri": "https://coverartarchive.org/release/f7d3cc75-ec79-4873-812f-c3ec72b10ebd/18255286144-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f7d3cc75-ec79-4873-812f-c3ec72b10ebd/18255286144-250.jpg",
    "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 Colon's body of work stretches over 40 LPs, a sound made popular thru the Fania label through out the Bronx Willie Colón died February 21, 2026.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}