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

{
    "id": 121,
    "place": "Urlab",
    "start": "2018-03-01T17:30:27+01:00",
    "stop": "2018-03-01T18:30:27+01:00",
    "title": "UrLab Reunion",
    "status": "r",
    "description": "Reunions are cool, lets do another one!",
    "organizer": "http://urlab.be/api/users/113/?format=api",
    "meeting": "http://urlab.be/api/meetings/44/?format=api",
    "picture": null
}