Information about plays

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

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

{
    "id": 3582474,
    "uri": "https://api.kexp.org/v2/plays/3582474/?format=api",
    "airdate": "2025-11-24T19:24:13-08:00",
    "show": 65202,
    "show_uri": "https://api.kexp.org/v2/shows/65202/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Amateur",
    "track_id": null,
    "recording_id": null,
    "artist": "Somos Frijoleros",
    "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": "A playful, chest-out flip that rides a rubbery bass line and crisp dembow-adjacent drums. The hook leans shamelessly pop; verses pivot between melodic flex and quick-cut punch lines. Production touches—telephone-filter intros, crowd-noise whoops, sub swells—set up each chorus so it lands bigger without turning bombastic. It works in cars and plazas alike because it’s built on feel: bounce first, message riding shotgun. A wink, a strut, and a dance cue in under five minutes.\nListen: https://music.apple.com/us/song/amateur/1844953445",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}