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

{
    "url": "https://demozoo.org/api/v1/party_series/1940/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1940/",
    "id": 1940,
    "name": "Theatre Meeting",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/5503/?format=api",
            "demozoo_url": "https://demozoo.org/parties/5503/",
            "id": 5503,
            "name": "Theatre Meeting 1990",
            "tagline": "",
            "start_date": "1990-09-22",
            "end_date": "1990-09-23",
            "location": "Gjelleråsen, Nittedal, Viken, Norway",
            "is_online": false,
            "country_code": "NO",
            "latitude": 59.98708,
            "longitude": 10.933,
            "website": ""
        }
    ]
}