Information about plays

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

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

{
    "id": 1318770,
    "uri": "https://api.kexp.org/v2/plays/1318770/?format=api",
    "airdate": "2007-12-26T09:23:34-08:00",
    "show": 23059,
    "show_uri": "https://api.kexp.org/v2/shows/23059/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xLjmcnwNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xLjmcnwNL._SL75_.jpg",
    "song": "Just Like the USA",
    "track_id": "102bfef2-6b95-42cf-bb16-05cf3c4fd3e7",
    "recording_id": null,
    "artist": "Aztec Camera",
    "artist_ids": [
        "53578264-7436-437b-87a0-3b034a3661f0"
    ],
    "album": "Knife",
    "release_id": "b03dbcd9-facb-4103-bb30-5ae3c1e2276c",
    "release_group_id": null,
    "labels": [
        "WEA Records"
    ],
    "label_ids": [
        "9cb71385-b33b-465b-bec6-72de85b6a7e1"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}