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

{
    "url": "https://demozoo.org/api/v1/party_series/383/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/383/",
    "id": 383,
    "name": "Undercover",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/945/?format=api",
            "demozoo_url": "https://demozoo.org/parties/945/",
            "id": 945,
            "name": "Undercover 1997",
            "tagline": "",
            "start_date": "1997-04-18",
            "end_date": "1997-04-20",
            "location": "Dijon, France",
            "is_online": false,
            "country_code": "FR",
            "latitude": 47.32645,
            "longitude": 5.04419,
            "website": ""
        }
    ]
}