Information about plays

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

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

{
    "id": 430166,
    "uri": "https://api.kexp.org/v2/plays/430166/?format=api",
    "airdate": "2001-06-01T02:33:20-07:00",
    "show": 7230,
    "show_uri": "https://api.kexp.org/v2/shows/7230/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PF879VXRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PF879VXRL._SL75_.jpg",
    "song": "Think",
    "track_id": "96eacf4d-1ead-4ae7-a803-efa60a68a26f",
    "recording_id": null,
    "artist": "U. Srinivas & Michael Brook",
    "artist_ids": [
        "0727f49f-4b96-42e8-b50d-a04736f720ac"
    ],
    "album": "Dream",
    "release_id": "501e4530-117a-4d34-8548-da1ac80a91bd",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}