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

{
    "url": "https://demozoo.org/api/v1/party_series/332/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/332/",
    "id": 332,
    "name": "Summer Computer Conference",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/842/?format=api",
            "demozoo_url": "https://demozoo.org/parties/842/",
            "id": 842,
            "name": "Summer Computer Conference (SCC) 1996",
            "tagline": "",
            "start_date": "1996-07-12",
            "end_date": "1996-07-14",
            "location": "Köping, Sweden",
            "is_online": false,
            "country_code": "SE",
            "latitude": 59.514568,
            "longitude": 15.99669,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/843/?format=api",
            "demozoo_url": "https://demozoo.org/parties/843/",
            "id": 843,
            "name": "Summer Computer Conference (SCC) 1997",
            "tagline": "",
            "start_date": "1997-07-04",
            "end_date": "1997-07-06",
            "location": "Köping, Sweden",
            "is_online": false,
            "country_code": "SE",
            "latitude": 59.514568,
            "longitude": 15.99669,
            "website": ""
        }
    ]
}