Information about plays

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

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

{
    "id": 3662816,
    "uri": "https://api.kexp.org/v2/plays/3662816/?format=api",
    "airdate": "2026-06-02T13:46:55-07:00",
    "show": 66885,
    "show_uri": "https://api.kexp.org/v2/shows/66885/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shorties On The Block",
    "track_id": null,
    "recording_id": null,
    "artist": "Sa-Ra Creative Partners",
    "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": "The Sa-Ra Creative Partners, or simply Sa-Ra, is an American musical group from Los Angeles. The group is composed of Om'Mas Keith, Taz Arnold, and Shafiq Husayn. The name translates roughly to \"the children of God\". The group's name, style and creativity are allusions to the similarly named jazz composer Sun Ra.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}