Information about plays

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

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

{
    "id": 1277088,
    "uri": "https://api.kexp.org/v2/plays/1277088/?format=api",
    "airdate": "2007-09-09T09:50:00-07:00",
    "show": 22352,
    "show_uri": "https://api.kexp.org/v2/shows/22352/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51fLNCU%2B3oL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51fLNCU%2B3oL._SL75_.jpg",
    "song": "Crawlin' King Snake",
    "track_id": "05c69d61-e3b6-4251-9171-e3df0d419513",
    "recording_id": null,
    "artist": "John Lee Hooker",
    "artist_ids": [
        "b0122194-c49a-46a1-ade7-84d1d76bd8e9"
    ],
    "album": "The Ultimate Collection: 1948-1990 (disc 1)",
    "release_id": "7be6a1f3-1382-431a-b4fb-684e0cfbc5fb",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}