Information about plays

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

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

{
    "id": 3658128,
    "uri": "https://api.kexp.org/v2/plays/3658128/?format=api",
    "airdate": "2026-05-22T16:47:21-07:00",
    "show": 66786,
    "show_uri": "https://api.kexp.org/v2/shows/66786/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Los Llamados Pitagoricos",
    "track_id": null,
    "recording_id": null,
    "artist": "Alcalá Norte",
    "artist_ids": [
        "aef107dc-ad4e-4557-b794-6c6a221ee27d"
    ],
    "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": "\"Alcalá Norte presents itself not just as a band, but as a movement seeking to close the circle that urban planner Arturo Soria once dreamed of to enclose Madrid — proposing a real estate, political, and military destiny for what began with the guitar and the carefree verse of diligent students.\"\n-\nhttps://www.vidafestival.com/en/artist/alcala-norte/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}