Information about plays

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

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

{
    "id": 344261,
    "uri": "https://api.kexp.org/v2/plays/344261/?format=api",
    "airdate": "2019-06-21T06:02:21-07:00",
    "show": 5736,
    "show_uri": "https://api.kexp.org/v2/shows/5736/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Like a Rolling Stone",
    "track_id": "818368df-0cfa-3671-89a8-1a12b06d10bd",
    "recording_id": null,
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Highway 61 Revisited",
    "release_id": "b32080e2-b04d-3de7-b0a4-63e99225b95d",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2010-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "At 6 minutes and 13 seconds, \"Like A Rolling Stone\" was at the time of its release, the single with the longest run time to get radio play. According to Shaun Considine, release coordinator for Columbia Records in 1965, \"Like a Rolling Stone\" was first relegated to the \"graveyard of canceled releases\" because of concerns from the sales and marketing departments over its unprecedented six-minute length and \"raucous\" rock sound. In the days following the rejection, Considine took a discarded acetate of the song to the New York club Arthur—a newly opened disco popular with celebrities and the media—and asked a DJ to play it. At the crowd's insistence, the demo was played repeatedly, until finally it wore out. The next morning, a disc jockey and a programming director from the city's leading top 40 stations called Columbia and demanded copies. Shortly afterward, on July 20, 1965, \"Like a Rolling Stone\" was released as a single with \"Gates of Eden\" as its B-side. The rest, as we say, is history",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}