Information about plays

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

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

{
    "id": 3421206,
    "uri": "https://api.kexp.org/v2/plays/3421206/?format=api",
    "airdate": "2024-11-04T05:24:17-08:00",
    "show": 61760,
    "show_uri": "https://api.kexp.org/v2/shows/61760/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oh Happy Day",
    "track_id": null,
    "recording_id": null,
    "artist": "Quincy Jones",
    "artist_ids": [
        "5803c81e-739a-4057-9a5c-cf84e55db630"
    ],
    "album": "Walking In Space",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Quincy Delight Jones, Jr. was born in Chicago and, in 1943, he and his family moved to Bremerton, Washington, where his father got a wartime job at the Puget Sound Naval Shipyard. After the war, the family moved to Seattle, where Jones attended Garfield High School. \n\nFun fact: Quincy Jones was convinced at an early age to explore music by his teenage friend Ray Charles. Yep, that Ray Charles. \n\nJones produced three of Michael Jackson's most successful albums: Off the Wall (1979), Thriller (1982), and Bad (1987). In 1985, Jones produced and conducted the charity song \"We Are the World\", which raised funds for victims of famine in Ethiopia. He was also personally responsible for recruiting many of the artists who performed on that track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}