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

{
    "url": "https://demozoo.org/api/v1/party_series/397/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/397/",
    "id": 397,
    "name": "Megahack",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/1023/?format=api",
            "demozoo_url": "https://demozoo.org/parties/1023/",
            "id": 1023,
            "name": "Megahack 1998",
            "tagline": "",
            "start_date": "1998",
            "end_date": "1998",
            "location": "Sweden",
            "is_online": false,
            "country_code": "SE",
            "latitude": 62.198448,
            "longitude": 17.55142,
            "website": ""
        }
    ]
}