This viewset automatically provides `list`, `create`, `retrieve`,
`update` and `destroy` actions.

GET /api/v1/locations/6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://arduino.johnedstone.net/api/v1/locations/6/?format=api",
    "name": "Haiti #1",
    "geolocation": ""
}