Information about plays

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

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

{
    "id": 3640469,
    "uri": "https://api.kexp.org/v2/plays/3640469/?format=api",
    "airdate": "2026-04-10T22:31:57-07:00",
    "show": 66419,
    "show_uri": "https://api.kexp.org/v2/shows/66419/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Damn Shorty",
    "track_id": null,
    "recording_id": null,
    "artist": "Chief Keef",
    "artist_ids": [],
    "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": "We move into Chicago with Chief Keef, one of the defining voices of drill music, on ‘Damn Shorty.’ Keef came up in the early 2010s and played a huge role in pushing drill into global awareness. This track taps into that melodic, laid-back side of his sound, showing his range beyond the more aggressive drill style he’s known for.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}