Information about plays

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

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

{
    "id": 3565085,
    "uri": "https://api.kexp.org/v2/plays/3565085/?format=api",
    "airdate": "2025-10-14T18:19:29-07:00",
    "show": 64835,
    "show_uri": "https://api.kexp.org/v2/shows/64835/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She's Always in My Hair",
    "track_id": null,
    "recording_id": "0495cdb7-9a9c-40c4-a98d-8f745ed4a933",
    "artist": "D’Angelo",
    "artist_ids": [
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "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": "Remembering D'Angelo\n___\n\nD’Angelo was heavily influenced by Prince. D’Angelo said he studied Prince his whole life and eventually met him. Another Prince cover he did is “She’s Always in My Hair.” The song appears on the soundtrack for the film Scream 2 (1997) and on the compilation album The Best So Far (2008).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}