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

{
    "url": "https://demozoo.org/api/v1/party_series/645/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/645/",
    "id": 645,
    "name": "The FAFA",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/1546/?format=api",
            "demozoo_url": "https://demozoo.org/parties/1546/",
            "id": 1546,
            "name": "The FAFA 1989",
            "tagline": "",
            "start_date": "1989-12",
            "end_date": "1989-12",
            "location": "France",
            "is_online": false,
            "country_code": "FR",
            "latitude": 46.71067,
            "longitude": 1.71819,
            "website": ""
        }
    ]
}