Information about plays

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

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

{
    "id": 1177807,
    "uri": "https://api.kexp.org/v2/plays/1177807/?format=api",
    "airdate": "2006-12-28T04:42:47-08:00",
    "show": 20652,
    "show_uri": "https://api.kexp.org/v2/shows/20652/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51F78WSPECL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51F78WSPECL._SL75_.jpg",
    "song": "Walk Away",
    "track_id": "cdb95a96-a976-4794-b950-0d09c4d7d3fd",
    "recording_id": null,
    "artist": "Tom Waits",
    "artist_ids": [
        "c3aeb863-7b26-4388-94e8-5a240f2be21b"
    ],
    "album": "Orphans: Brawlers, Bawlers & Bastards (disc 1: Brawlers)",
    "release_id": "82623ca4-402c-4226-a44b-a27114f309bd",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2006-11-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}