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

{
    "url": "https://demozoo.org/api/v1/party_series/1322/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1322/",
    "id": 1322,
    "name": "Connected",
    "website": "http://csdb.dk/event/?id=1773",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/3367/?format=api",
            "demozoo_url": "https://demozoo.org/parties/3367/",
            "id": 3367,
            "name": "Connected 1",
            "tagline": "",
            "start_date": "2010-07-31",
            "end_date": "2010-08-01",
            "location": "Halstenbek, Schleswig-Holstein, Germany",
            "is_online": false,
            "country_code": "DE",
            "latitude": 53.6334,
            "longitude": 9.8372,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/3366/?format=api",
            "demozoo_url": "https://demozoo.org/parties/3366/",
            "id": 3366,
            "name": "Connected 3",
            "tagline": "",
            "start_date": "2011-03-19",
            "end_date": "2011-03-20",
            "location": "Germany",
            "is_online": false,
            "country_code": "DE",
            "latitude": 51.5,
            "longitude": 10.5,
            "website": ""
        }
    ]
}