* Get SimpleHoursPeriod directly, not via marshmallow schema
Mentioning marshmallow in imports is misleading here, since we are
constructing the result dict by hand and not using marshmallow
to generate the OpenAPI response.
* Rename API serialize methods to mention API
This differentiates from the Marshmallow Schema dump method
which is used in the JSON renderer in json.py