Information about plays

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

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

{
    "id": 3520374,
    "uri": "https://api.kexp.org/v2/plays/3520374/?format=api",
    "airdate": "2025-06-29T11:19:29-07:00",
    "show": 63869,
    "show_uri": "https://api.kexp.org/v2/shows/63869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Cowboy on the Prairie",
    "track_id": null,
    "recording_id": null,
    "artist": "Patton Magee",
    "artist_ids": [],
    "album": "Last Cowboy on the Prairie",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nudie"
    ],
    "label_ids": [],
    "release_date": "2025-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from Patton Magee!\nFinally settled a while in New York City, the ultimate respite for all the world’s transients, Magee is breaking into a new world of Country-Western Americana Rock’n Roll with a true traveler’s voice - invoking the Arizona desert gunfighter ballads of Marty Robbins, the NYC quick fix literary hits of Lou Reed, slinky bayou sounds of Dr John, and center of the USA rock & roll rapscallion-ism of Chuck Berry. Well equipped with timeless tales of heartbreak, death, and dilemma. \nhttps://www.pattonmagee.com/about",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}