Information about plays

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

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

{
    "id": 3629804,
    "uri": "https://api.kexp.org/v2/plays/3629804/?format=api",
    "airdate": "2026-03-16T16:11:16-07:00",
    "show": 66200,
    "show_uri": "https://api.kexp.org/v2/shows/66200/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Change in America (ml Breezey mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Rev Jesse Jackson",
    "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": "If my mind can conceive it, if my heart can believe it, I know I can achieve it because I am somebody!\nRespect me! Protect me! Never neglect me!\nI am somebody!\nMy mind is a pearl! I can learn anything in the world!\nNobody can save us, from us, for us, but us!\nI can learn. It is possible.\nI ought to learn. It is moral.\nI must learn. It is imperative.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}