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

GET /api/v1/locations/10/?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/10/?format=api",
    "name": "Haiti Not Reporting",
    "geolocation": "19.418588,-71.731582"
}