Information about plays

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

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

{
    "id": 3635657,
    "uri": "https://api.kexp.org/v2/plays/3635657/?format=api",
    "airdate": "2026-03-30T17:07:12-07:00",
    "show": 66323,
    "show_uri": "https://api.kexp.org/v2/shows/66323/?format=api",
    "image_uri": "https://coverartarchive.org/release/d174af14-93f2-475a-a649-76fbfda4798b/44705987524-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d174af14-93f2-475a-a649-76fbfda4798b/44705987524-250.jpg",
    "song": "I Know You’re Hurting.",
    "track_id": null,
    "recording_id": "4b71a192-ece1-4faf-8003-8b04643cac3a",
    "artist": "RAYE",
    "artist_ids": [
        "8be564c3-dfba-440b-af8c-4ffbceeef45e"
    ],
    "album": "THIS MUSIC MAY CONTAIN HOPE.",
    "release_id": null,
    "release_group_id": "ae1ff272-3682-4e39-8f9b-2a9eb30eddc3",
    "labels": [
        "Human Re Sources"
    ],
    "label_ids": [
        "c4f89a2b-8b94-4557-947a-75dc25b0a655"
    ],
    "release_date": "2026-03-27",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written and co-produced by herself, she worked with various collaborators, including Chris Hill, Mike Sabath, Tom Richards, and Hans Zimmer. Zimmer, alongside Al Green, and Raye's sisters; Amma and Absolutely appear as featured artists.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}