GET /api/v1/party_series/786/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://demozoo.org/api/v1/party_series/786/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/786/",
    "id": 786,
    "name": "Hackover",
    "website": "http://2013.hackover.de/",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/1943/?format=api",
            "demozoo_url": "https://demozoo.org/parties/1943/",
            "id": 1943,
            "name": "Hackover 2013",
            "tagline": "",
            "start_date": "2013-11-01",
            "end_date": "2013-11-03",
            "location": "Hanover, Germany",
            "is_online": false,
            "country_code": "DE",
            "latitude": 52.372269,
            "longitude": 9.73815,
            "website": "http://2013.hackover.de/"
        }
    ]
}