Information about plays

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

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

{
    "id": 375600,
    "uri": "https://api.kexp.org/v2/plays/375600/?format=api",
    "airdate": "2019-09-02T11:41:21-07:00",
    "show": 6255,
    "show_uri": "https://api.kexp.org/v2/shows/6255/?format=api",
    "image_uri": "http://coverartarchive.org/release/1a9ad353-4d5a-41b0-b534-27e98a2a863f/23607802281-250.jpg",
    "thumbnail_uri": "",
    "song": "MY POWER",
    "track_id": "79f3f851-66a7-49f0-ac65-416d5e576d57",
    "recording_id": null,
    "artist": "Tierra Whack, Beyoncé, Moonchild Sanelly & Nija",
    "artist_ids": [
        "2f75ab54-9326-4e4b-835c-db38fe0de988"
    ],
    "album": "The Lion King: The Gift",
    "release_id": "1a9ad353-4d5a-41b0-b534-27e98a2a863f",
    "release_group_id": null,
    "labels": [
        "Parkwood Entertainment"
    ],
    "label_ids": [
        "31eb6796-abba-4a02-b650-a556aa65f9ae"
    ],
    "release_date": "2019-07-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tierra Whack's \"My Power\" with Beyoncé and Moonchild Sanelly is from the Lion King album. Read more about it here: https://bit.ly/2k0dgc6",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}