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

{
    "url": "https://demozoo.org/api/v1/party_series/199/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/199/",
    "id": 199,
    "name": "Exe",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/535/?format=api",
            "demozoo_url": "https://demozoo.org/parties/535/",
            "id": 535,
            "name": "Exe Party 1995",
            "tagline": "",
            "start_date": "1995-12-15",
            "end_date": "1995-12-17",
            "location": "Budapest, Hungary",
            "is_online": false,
            "country_code": "HU",
            "latitude": 47.49801,
            "longitude": 19.03991,
            "website": ""
        }
    ]
}