Information about plays

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

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

{
    "id": 1177540,
    "uri": "https://api.kexp.org/v2/plays/1177540/?format=api",
    "airdate": "2006-12-27T13:27:26-08:00",
    "show": 20648,
    "show_uri": "https://api.kexp.org/v2/shows/20648/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WF8KCD49L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WF8KCD49L._SL75_.jpg",
    "song": "The Zookeeper's Boy",
    "track_id": null,
    "recording_id": null,
    "artist": "Mew",
    "artist_ids": [
        "fa927f59-d443-418a-b741-e557208aaf09"
    ],
    "album": "And the Glass Handed Kites",
    "release_id": "681d694e-08f7-4ab7-8a4f-6a6285730d93",
    "release_group_id": null,
    "labels": [
        "Columbia Records"
    ],
    "label_ids": [
        "ad6f8706-c95e-443b-8579-8e3ecd27126c"
    ],
    "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"
}