Information about plays

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

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

{
    "id": 1411191,
    "uri": "https://api.kexp.org/v2/plays/1411191/?format=api",
    "airdate": "2008-08-18T04:20:58-07:00",
    "show": 24619,
    "show_uri": "https://api.kexp.org/v2/shows/24619/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5161w1%2BUhaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5161w1%2BUhaL._SL75_.jpg",
    "song": "Violets",
    "track_id": "766fbf0d-d488-4676-8e30-7746c4f0b282",
    "recording_id": null,
    "artist": "Twine",
    "artist_ids": [
        "a87bdb2c-025f-478b-b337-ffe763f23e42"
    ],
    "album": "Violets",
    "release_id": "bb35304a-ed7b-4230-b845-76fb120194f4",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2008-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}