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

{
    "url": "https://demozoo.org/api/v1/party_series/1079/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1079/",
    "id": 1079,
    "name": "Weee! Copyparty",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/2695/?format=api",
            "demozoo_url": "https://demozoo.org/parties/2695/",
            "id": 2695,
            "name": "Weee! Copyparty 1989",
            "tagline": "",
            "start_date": "1989-09-02",
            "end_date": "1989-09-03",
            "location": "Germany",
            "is_online": false,
            "country_code": "DE",
            "latitude": 51.5,
            "longitude": 10.5,
            "website": ""
        }
    ]
}