Information about plays

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

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

{
    "id": 3619418,
    "uri": "https://api.kexp.org/v2/plays/3619418/?format=api",
    "airdate": "2026-02-19T07:03:33-08:00",
    "show": 65972,
    "show_uri": "https://api.kexp.org/v2/shows/65972/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Won't You Be My Neighbor",
    "track_id": null,
    "recording_id": null,
    "artist": "Mister Rogers",
    "artist_ids": [
        "87467525-3724-412d-ad3e-595ecb6a3bfd"
    ],
    "album": "Mister Rogers' Neighborhood",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "PBS"
    ],
    "label_ids": [],
    "release_date": "1968-02-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the FIRST TIME he sang this to a national audience...\n\n1968 – Mr. Rogers’ Neighborhood made its national TV debut. The series had its genesis in 1953, when Rogers and Josie Carey joined the newly formed public television station WQED. On April 5, 1954, WQED debuted The Children's Corner, a program featuring Rogers as puppeteer and composer with Carey as host and lyricist, in an unscripted weekday afternoon live television program. Fred Rogers hosted 895 episodes of Mister Rogers' Neighborhood over 31 seasons. Fred Rogers passed away on February 27, 2003 of stomach cancer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}