Information about plays

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

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

{
    "id": 3601845,
    "uri": "https://api.kexp.org/v2/plays/3601845/?format=api",
    "airdate": "2026-01-08T13:48:37-08:00",
    "show": 65596,
    "show_uri": "https://api.kexp.org/v2/shows/65596/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What It Look Like",
    "track_id": "27521a1d-ae92-348f-8730-fe387a7d2890",
    "recording_id": "f7e196b4-d21c-414a-99a7-a51fb9bc6f77",
    "artist": "Spank Rock",
    "artist_ids": [
        "6b55530c-efc2-46e1-9703-d9c08cacf6af"
    ],
    "album": "YoYoYoYoYo",
    "release_id": "57830bf4-91ff-4f5e-9d65-0b9d556bc3be",
    "release_group_id": "0967ecdc-72b4-3a15-b1cd-01e3d1384b94",
    "labels": [
        "Big Dada"
    ],
    "label_ids": [
        "1382bfb9-0880-4696-a8ae-1ce2d94ce097"
    ],
    "release_date": "2006-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Baltimore native Naeem Juwan, a.k.a Spank Rock, rose to fame in Philadelphia with the Diplo-helmed Hollertronix crew and began crafting the type of live performances that became underground legend in the early 2000s. With production partner Alex \"XXXChange\" Epton, Juwan melded Bmore club, Miami booty bass, and underground rap influences into the seminal LP YoYoYoYoYo on UK label Big Dada in 2006, an album cited by many fans and critics as a progenitor of the dance/rap hybrid genres that have spread worldwide",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}