Information about plays

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

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

{
    "id": 520772,
    "uri": "https://api.kexp.org/v2/plays/520772/?format=api",
    "airdate": "2002-02-23T05:44:00-08:00",
    "show": 8986,
    "show_uri": "https://api.kexp.org/v2/shows/8986/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Z6ukQj4KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Z6ukQj4KL._SL75_.jpg",
    "song": "Days of Being Wild",
    "track_id": null,
    "recording_id": null,
    "artist": "...And You Will Know Us By The Trail Of Dead",
    "artist_ids": [
        "9c1ff574-2ae4-4fea-881f-83293d0d5881"
    ],
    "album": "...And You Will Know Us by the Trail of Dead",
    "release_id": "c28c3c27-d55b-4c42-a48a-891343814965",
    "release_group_id": null,
    "labels": [
        "Interscope"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}