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

{
    "url": "https://demozoo.org/api/v1/party_series/411/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/411/",
    "id": 411,
    "name": "The Demoparty",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/1048/?format=api",
            "demozoo_url": "https://demozoo.org/parties/1048/",
            "id": 1048,
            "name": "The Demoparty 1999",
            "tagline": "",
            "start_date": "1999-09-05",
            "end_date": "1999-09-07",
            "location": "Faluns Kommun, Dalarna, Sweden",
            "is_online": false,
            "country_code": "SE",
            "latitude": 60.60483,
            "longitude": 15.63492,
            "website": ""
        }
    ]
}