Information about plays

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

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

{
    "id": 3640460,
    "uri": "https://api.kexp.org/v2/plays/3640460/?format=api",
    "airdate": "2026-04-10T22:08:51-07:00",
    "show": 66419,
    "show_uri": "https://api.kexp.org/v2/shows/66419/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Origins",
    "track_id": null,
    "recording_id": "347faca6-41b2-4785-a9f8-ad8924544f00",
    "artist": "Rebel Diaz feat. Afrika Bambaataa",
    "artist_ids": [
        "2278d387-8962-4cf5-b8a6-1c13e7037bf3",
        "fe3503fb-146f-4d68-a591-a7e5798c321f"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Origins\" reflects on those formative years when DJs like Kool Herc, Grandmaster Flash, and Bambaataa himself were creating a new art form from turntables, breakbeats, and the energy of block parties that brought communities together",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}