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

{
    "url": "https://demozoo.org/api/v1/party_series/517/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/517/",
    "id": 517,
    "name": "AADN",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/1901/?format=api",
            "demozoo_url": "https://demozoo.org/parties/1901/",
            "id": 1901,
            "name": "AADN 2004",
            "tagline": "",
            "start_date": "2004-10-15",
            "end_date": "2004-10-17",
            "location": "Lyon, Département du Rhône, Auvergne-Rhône-Alpes, France",
            "is_online": false,
            "country_code": "FR",
            "latitude": 45.75889,
            "longitude": 4.84139,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/1268/?format=api",
            "demozoo_url": "https://demozoo.org/parties/1268/",
            "id": 1268,
            "name": "AADN 2005",
            "tagline": "AADN v2",
            "start_date": "2005-07-08",
            "end_date": "2005-07-10",
            "location": "Lyon, Département du Rhône, Auvergne-Rhône-Alpes, France",
            "is_online": false,
            "country_code": "FR",
            "latitude": 45.75889,
            "longitude": 4.84139,
            "website": ""
        }
    ]
}