Information about plays

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

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

{
    "id": 474066,
    "uri": "https://api.kexp.org/v2/plays/474066/?format=api",
    "airdate": "2001-10-08T05:18:45-07:00",
    "show": 8078,
    "show_uri": "https://api.kexp.org/v2/shows/8078/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41gzopba%2BWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41gzopba%2BWL._SL75_.jpg",
    "song": "Thief",
    "track_id": "b47c4a38-a130-484a-83cd-810e7b627ddf",
    "recording_id": null,
    "artist": "CAN",
    "artist_ids": [
        "13501c7d-d181-45ba-af52-5f101d8516a0"
    ],
    "album": "Delay 1968",
    "release_id": "11dc3456-3d5d-43ea-a061-8fd1f5612e44",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}