Information about plays

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

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

{
    "id": 3541640,
    "uri": "https://api.kexp.org/v2/plays/3541640/?format=api",
    "airdate": "2025-08-18T14:46:22-07:00",
    "show": 64325,
    "show_uri": "https://api.kexp.org/v2/shows/64325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cant' Let Go",
    "track_id": null,
    "recording_id": null,
    "artist": "Jane Handcock",
    "artist_ids": [
        "ed1986d3-80a1-4a08-ac3e-78ff8fa844f2"
    ],
    "album": "It's Me Not You",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Death Row Records / gamma."
    ],
    "label_ids": [],
    "release_date": "2025-07-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born and raised in Oakland, Handcock (real name Myariah Summers) started singing at a very young age and came up in the church. She attended Oakland School for the Arts, and was classmates with Adrian Marcel and Kehlani.\n\nShe is signed to Death Row Records:\n\nhttps://www.youtube.com/watch?v=M5aWekRUin0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}