Information about plays

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

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

{
    "id": 529752,
    "uri": "https://api.kexp.org/v2/plays/529752/?format=api",
    "airdate": "2002-03-21T20:22:00-08:00",
    "show": 9167,
    "show_uri": "https://api.kexp.org/v2/shows/9167/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/615Q%2BFQPiML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/615Q%2BFQPiML._SL75_.jpg",
    "song": "Hillbilly Nut",
    "track_id": "ebf20b42-4abd-4c59-86f9-92a9f0d8cd11",
    "recording_id": null,
    "artist": "Asleep at the Wheel",
    "artist_ids": [
        "79ad8210-274e-4a99-8033-f4c9fe9be8a3"
    ],
    "album": "Comin' Right at Ya / Texas Gold",
    "release_id": "9eba7b5f-80ad-46f6-803f-cd2ceff43dd3",
    "release_group_id": null,
    "labels": [
        "United Artists LP"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}