Information about plays

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

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

{
    "id": 344268,
    "uri": "https://api.kexp.org/v2/plays/344268/?format=api",
    "airdate": "2019-06-21T06:31:57-07:00",
    "show": 5736,
    "show_uri": "https://api.kexp.org/v2/shows/5736/?format=api",
    "image_uri": "http://coverartarchive.org/release/05adfe85-dd1c-44a0-bda8-a9159e59a30f/15842800531-250.jpg",
    "thumbnail_uri": "",
    "song": "Purple Rain",
    "track_id": "3c30547c-5e48-3b6d-b4fb-a7296e84678d",
    "recording_id": null,
    "artist": "Prince and The Revolution",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Purple Rain",
    "release_id": "05adfe85-dd1c-44a0-bda8-a9159e59a30f",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The world loves Prince - following his death in 2016, \"Purple Rain\" rose to number one on the US and UK iTunes Charts, allowing \"Purple Rain\" to re-enter the Billboard Hot 100 at number 17, later reaching number four. It also re-entered the UK Singles Chart at number 6, making it two places higher than its original peak of number 8. Originally peaking at number 12 in France, \"Purple Rain\" reached number one on the national singles chart.In the United States, it has sold an additional 1.18 million copies after becoming available as digital downloads. Length: 8:41",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}