Information about plays

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

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

{
    "id": 3611964,
    "uri": "https://api.kexp.org/v2/plays/3611964/?format=api",
    "airdate": "2026-02-01T16:40:20-08:00",
    "show": 65814,
    "show_uri": "https://api.kexp.org/v2/shows/65814/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mr. Rogers: \"In Times of Crisis\"",
    "track_id": null,
    "recording_id": null,
    "artist": "",
    "artist_ids": [],
    "album": "",
    "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": "This is a request from Mandi, who's working at the Sub Pop poup in KEXP's Gathering Space: \"One of the biggest acts of resistance we can offer is to help and love our neighbor. Mr. Roger's exemplified this when he said 'in times of crisis, look for the helpers. there will always be helpers.'  Showing up for our neighbors and offering support is one easy way to see i love you. thank you for loving us everyday KEXP ❤️",
    "location": 1,
    "location_name": "Default",
    "play_type": "nontrackplay"
}