Information about plays

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

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

{
    "id": 453454,
    "uri": "https://api.kexp.org/v2/plays/453454/?format=api",
    "airdate": "2001-08-08T10:44:00-07:00",
    "show": 7673,
    "show_uri": "https://api.kexp.org/v2/shows/7673/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31R3VNB8GAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31R3VNB8GAL._SL75_.jpg",
    "song": "None of Them Knew They Were Robots",
    "track_id": "f5d2f101-d43b-4396-9cf6-c3295554bf66",
    "recording_id": null,
    "artist": "Mr. Bungle",
    "artist_ids": [
        "277e21a9-2d64-452d-96c4-2d23a7af5891"
    ],
    "album": "California",
    "release_id": "5efcbd30-2dd3-4763-9287-700fab867643",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1999-07-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}