Information about plays

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

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

{
    "id": 1313998,
    "uri": "https://api.kexp.org/v2/plays/1313998/?format=api",
    "airdate": "2007-12-14T04:08:36-08:00",
    "show": 22979,
    "show_uri": "https://api.kexp.org/v2/shows/22979/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Zv8TXsd8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Zv8TXsd8L._SL75_.jpg",
    "song": "I Want Candy",
    "track_id": null,
    "recording_id": null,
    "artist": "White Williams",
    "artist_ids": [
        "3c58bb82-38ef-40c6-889f-8e3d2011eca6"
    ],
    "album": "Smoke",
    "release_id": "eb4312b0-0642-4283-9198-27e11319066c",
    "release_group_id": null,
    "labels": [
        "Tigerbeat6"
    ],
    "label_ids": [
        "190213ac-01cd-4229-b3dc-d37c8014deb3"
    ],
    "release_date": "2007-11-06",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}