Information about plays

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

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

{
    "id": 454991,
    "uri": "https://api.kexp.org/v2/plays/454991/?format=api",
    "airdate": "2001-08-12T22:35:00-07:00",
    "show": 7704,
    "show_uri": "https://api.kexp.org/v2/shows/7704/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61HhqbtUtQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61HhqbtUtQL._SL75_.jpg",
    "song": "Mikuro's Blues",
    "track_id": "c7147a3c-6ac7-4683-8a80-9788985c5569",
    "recording_id": null,
    "artist": "David S. Ware",
    "artist_ids": [
        "db02ef48-952a-48e6-953f-d63b8fbe18a6"
    ],
    "album": "Go See the World",
    "release_id": "a677eab2-ff79-47ea-a1f5-52ff14153a42",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}