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

{
    "url": "https://demozoo.org/api/v1/party_series/1192/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1192/",
    "id": 1192,
    "name": "Frying Pan Party",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/2955/?format=api",
            "demozoo_url": "https://demozoo.org/parties/2955/",
            "id": 2955,
            "name": "Frying Pan Party 1995",
            "tagline": "",
            "start_date": "1995-09-16",
            "end_date": "1995-09-17",
            "location": "Sosnowiec, Silesian Voivodeship, Poland",
            "is_online": false,
            "country_code": "PL",
            "latitude": 50.28682,
            "longitude": 19.10385,
            "website": ""
        }
    ]
}