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

GET /api/v1/locations/5/?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/5/?format=api",
    "name": "Université de Lille",
    "geolocation": "50.609236, 3.141979"
}