Information about plays

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

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

{
    "id": 3616596,
    "uri": "https://api.kexp.org/v2/plays/3616596/?format=api",
    "airdate": "2026-02-12T14:11:42-08:00",
    "show": 65914,
    "show_uri": "https://api.kexp.org/v2/shows/65914/?format=api",
    "image_uri": "https://coverartarchive.org/release/37ad2fa3-55c5-434c-9bfa-8d1035f2f381/14250628349-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/37ad2fa3-55c5-434c-9bfa-8d1035f2f381/14250628349-250.jpg",
    "song": "More Bounce to the Ounce",
    "track_id": null,
    "recording_id": "9f890ee5-cf8e-4e27-bf14-4af0439a8e3d",
    "artist": "Zapp",
    "artist_ids": [
        "e89e79d4-04c1-4bc3-9be1-a15899c93d8f"
    ],
    "album": "Zapp",
    "release_id": null,
    "release_group_id": "9a312b7a-9294-3ecd-a192-d6db91c29bad",
    "labels": [],
    "label_ids": [],
    "release_date": "1980-09-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that this song has been sampled almost 350 times? \n--\nThis was the debut single by Zapp and the opening track on their 1980 self-titled debut.\n--\nHere's a live performance: https://www.facebook.com/ThrowbackMusicAndNewSchoolFlavor2/videos/zapp-live-more-bounce-to-the-ounce-1980-classic/230500648279664/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}