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

{
    "id": 115,
    "place": "UrLab",
    "start": "2018-02-15T17:30:44+01:00",
    "stop": "2018-02-15T18:30:44+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/43/?format=api",
    "picture": null
}