Information about plays

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

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

{
    "id": 1268999,
    "uri": "https://api.kexp.org/v2/plays/1268999/?format=api",
    "airdate": "2007-08-19T22:01:15-07:00",
    "show": 22217,
    "show_uri": "https://api.kexp.org/v2/shows/22217/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417v1%2BOAKWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417v1%2BOAKWL._SL75_.jpg",
    "song": "Avenue of Shapes",
    "track_id": "b60bd870-22f3-47ff-a292-36c41aaebfed",
    "recording_id": null,
    "artist": "Robin Guthrie & Harold Budd",
    "artist_ids": [
        "15314675-e454-4808-ab66-bda1f388879d"
    ],
    "album": "After the Night Falls",
    "release_id": "27e0cfbe-0aa5-4042-9560-3370be04e3b5",
    "release_group_id": null,
    "labels": [
        "Darla Records"
    ],
    "label_ids": [
        "8a6785c2-26ca-4198-ac89-25d908e65c35"
    ],
    "release_date": "2007-06-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}