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

{
    "url": "https://demozoo.org/api/v1/party_series/366/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/366/",
    "id": 366,
    "name": "Out of Memory",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/921/?format=api",
            "demozoo_url": "https://demozoo.org/parties/921/",
            "id": 921,
            "name": "Out of Memory 1997",
            "tagline": "",
            "start_date": "1997",
            "end_date": "1997",
            "location": "Denmark",
            "is_online": false,
            "country_code": "DK",
            "latitude": 56.0,
            "longitude": 10.0,
            "website": ""
        }
    ]
}