Information about plays

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

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

{
    "id": 1196144,
    "uri": "https://api.kexp.org/v2/plays/1196144/?format=api",
    "airdate": "2007-02-12T21:38:51-08:00",
    "show": 20969,
    "show_uri": "https://api.kexp.org/v2/shows/20969/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51G0TFSMT1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51G0TFSMT1L._SL75_.jpg",
    "song": "Never Could Have Been Worse",
    "track_id": "518657fc-ff41-453d-9751-737ee5b68a39",
    "recording_id": null,
    "artist": "Everything but the Girl",
    "artist_ids": [
        "959cf5bf-ee29-4af6-a85a-0b480181d988"
    ],
    "album": "Everything But The Girl",
    "release_id": "2073a34d-6f7a-493a-bdfb-ad72c5396ddf",
    "release_group_id": null,
    "labels": [
        "Blanco Y Negro/XL Beggars Group"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}