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

{
    "url": "https://demozoo.org/api/v1/party_series/1338/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1338/",
    "id": 1338,
    "name": "Datacalypse",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/3394/?format=api",
            "demozoo_url": "https://demozoo.org/parties/3394/",
            "id": 3394,
            "name": "Datacalypse 2011",
            "tagline": "",
            "start_date": "2011-04-23",
            "end_date": "2011-04-24",
            "location": "Gemeente Amsterdam, North Holland, Netherlands",
            "is_online": false,
            "country_code": "NL",
            "latitude": 52.37302,
            "longitude": 4.89856,
            "website": ""
        }
    ]
}