Information about plays

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

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

{
    "id": 416781,
    "uri": "https://api.kexp.org/v2/plays/416781/?format=api",
    "airdate": "2001-04-20T16:37:30-07:00",
    "show": 6955,
    "show_uri": "https://api.kexp.org/v2/shows/6955/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61B0IX6gEGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61B0IX6gEGL._SL75_.jpg",
    "song": "Way Down in the Hole",
    "track_id": "16b8dd94-1b39-4283-89e1-86a743d1fa35",
    "recording_id": null,
    "artist": "The Blind Boys of Alabama",
    "artist_ids": [
        "2f76bd85-ba19-4d80-9bb7-4555abe463c5"
    ],
    "album": "Spirit of the Century",
    "release_id": "0a1e35f6-255f-4701-b6ec-7e0a9e376c08",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "2001-04-02",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}