Information about plays

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

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

{
    "id": 3572070,
    "uri": "https://api.kexp.org/v2/plays/3572070/?format=api",
    "airdate": "2025-10-31T03:51:09-07:00",
    "show": 64980,
    "show_uri": "https://api.kexp.org/v2/shows/64980/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "WAITING FOR THE PHONE CALL",
    "track_id": null,
    "recording_id": null,
    "artist": "The Twilight Sad",
    "artist_ids": [
        "d44d63b8-3da4-4f7d-aba1-a05ba8941b44"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rock Action Records"
    ],
    "label_ids": [],
    "release_date": "2025-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Scottish band The Twilight Sad, permanent opening act for The Cure, released a new song featuring Robert Smith on guitar. Of the song, James Graham says: \"'Waiting For The Phone Call' is about grief, love, and mental illness. These things took over my life, and I became ill. I lost the person most important to me in one of the cruelest ways. I’ve always used writing as a method of processing and coping with my emotions.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}