Information about plays

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

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

{
    "id": 3634289,
    "uri": "https://api.kexp.org/v2/plays/3634289/?format=api",
    "airdate": "2026-03-27T14:25:48-07:00",
    "show": 66293,
    "show_uri": "https://api.kexp.org/v2/shows/66293/?format=api",
    "image_uri": "https://coverartarchive.org/release/5636aaaa-847b-45c9-b75d-b63721a98fbf/28650706375-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5636aaaa-847b-45c9-b75d-b63721a98fbf/28650706375-250.jpg",
    "song": "Piggy Bank",
    "track_id": null,
    "recording_id": "57baa137-00f5-464b-b20b-32e566e87e8e",
    "artist": "50 Cent",
    "artist_ids": [
        "8e68819d-71be-4e7d-b41d-f1df81b01d3f"
    ],
    "album": "The Massacre",
    "release_id": null,
    "release_group_id": "7cf9ea18-827d-362d-858e-26faab3242ee",
    "labels": [
        "Aftermath Entertainment"
    ],
    "label_ids": [
        "c0629488-2aa2-4b46-9de8-decb27147444"
    ],
    "release_date": "2005-03-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to 50 Cent, he mostly criticized Jadakiss and Fat Joe for collaborating with Ja Rule, who was essentially producing a 50 Cent diss song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}