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

{
    "url": "https://demozoo.org/api/v1/party_series/162/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/162/",
    "id": 162,
    "name": "European Computer Conference",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/431/?format=api",
            "demozoo_url": "https://demozoo.org/parties/431/",
            "id": 431,
            "name": "European Computer Conference 1993",
            "tagline": "",
            "start_date": "1993-08-05",
            "end_date": "1993-08-08",
            "location": "Örebro, Sweden",
            "is_online": false,
            "country_code": "SE",
            "latitude": 59.270741,
            "longitude": 15.21751,
            "website": ""
        }
    ]
}