Information about plays

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

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

{
    "id": 3629427,
    "uri": "https://api.kexp.org/v2/plays/3629427/?format=api",
    "airdate": "2026-03-15T18:25:24-07:00",
    "show": 66191,
    "show_uri": "https://api.kexp.org/v2/shows/66191/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Somebody Say Yeah (Gospel Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "A Church, A D.J. And A Sampler",
    "artist_ids": [],
    "album": "Everybody Clap Yo Hands",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Church, A D.J. And A Sampler released \"Somebody Say Yeah (Gospel Mix)\" on the 1994 offering Everybody Clap Yo Hands.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}