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

{
    "url": "https://demozoo.org/api/v1/party_series/1393/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1393/",
    "id": 1393,
    "name": "Vintage Computing Festival Berlin (VCFB)",
    "website": "http://vcfb.de/2018/",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/3603/?format=api",
            "demozoo_url": "https://demozoo.org/parties/3603/",
            "id": 3603,
            "name": "Vintage Computing Festival Berlin (VCFB) 2018",
            "tagline": "",
            "start_date": "2018-10-13",
            "end_date": "2018-10-14",
            "location": "Land Berlin, Berlin, Germany",
            "is_online": false,
            "country_code": "DE",
            "latitude": 52.5,
            "longitude": 13.41667,
            "website": "http://vcfb.de/2018/"
        }
    ]
}