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

{
    "url": "https://demozoo.org/api/v1/party_series/1881/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1881/",
    "id": 1881,
    "name": "Orbit Meeting",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/5203/?format=api",
            "demozoo_url": "https://demozoo.org/parties/5203/",
            "id": 5203,
            "name": "Orbit Meeting 1994",
            "tagline": "",
            "start_date": "1994-09-06",
            "end_date": "1994-09-06",
            "location": "Basel, Basel-Stadt, Basel-City, Switzerland",
            "is_online": false,
            "country_code": "CH",
            "latitude": 47.55773,
            "longitude": 7.59361,
            "website": ""
        }
    ]
}