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

{
    "url": "https://demozoo.org/api/v1/party_series/989/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/989/",
    "id": 989,
    "name": "System Party",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/2477/?format=api",
            "demozoo_url": "https://demozoo.org/parties/2477/",
            "id": 2477,
            "name": "System Party 1992",
            "tagline": "",
            "start_date": "1992-12-12",
            "end_date": "1992-12-12",
            "location": "New Zealand",
            "is_online": false,
            "country_code": "NZ",
            "latitude": -42.0,
            "longitude": 174.0,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/2607/?format=api",
            "demozoo_url": "https://demozoo.org/parties/2607/",
            "id": 2607,
            "name": "System Party 1997",
            "tagline": "",
            "start_date": "1997-07-12",
            "end_date": "1997-07-14",
            "location": "France",
            "is_online": false,
            "country_code": "FR",
            "latitude": 46.0,
            "longitude": 2.0,
            "website": ""
        }
    ]
}