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

{
    "url": "https://demozoo.org/api/v1/party_series/978/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/978/",
    "id": 978,
    "name": "European Computer Entertainment Show (ECES)",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/3652/?format=api",
            "demozoo_url": "https://demozoo.org/parties/3652/",
            "id": 3652,
            "name": "European Computer Entertainment Show (ECES) 1990",
            "tagline": "",
            "start_date": "1990-09-13",
            "end_date": "1990-09-16",
            "location": "London, Greater London, England, United Kingdom",
            "is_online": false,
            "country_code": "GB",
            "latitude": 51.50853,
            "longitude": -0.12574,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/2455/?format=api",
            "demozoo_url": "https://demozoo.org/parties/2455/",
            "id": 2455,
            "name": "European Computer Entertainment Show (ECES) 1991",
            "tagline": "",
            "start_date": "1991-09-05",
            "end_date": "1991-09-08",
            "location": "City of London, Greater London, England, United Kingdom",
            "is_online": false,
            "country_code": "GB",
            "latitude": 51.51279,
            "longitude": -0.09184,
            "website": ""
        }
    ]
}