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

{
    "url": "https://demozoo.org/api/v1/party_series/453/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/453/",
    "id": 453,
    "name": "Berlin Scene Meeting",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/1132/?format=api",
            "demozoo_url": "https://demozoo.org/parties/1132/",
            "id": 1132,
            "name": "Berlin Scene Meeting 2001",
            "tagline": "",
            "start_date": "2001-12-08",
            "end_date": "2001-12-09",
            "location": "Berlin, Germany",
            "is_online": false,
            "country_code": "DE",
            "latitude": 52.516071,
            "longitude": 13.37698,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/2951/?format=api",
            "demozoo_url": "https://demozoo.org/parties/2951/",
            "id": 2951,
            "name": "Berlin Scene Meeting 2004",
            "tagline": "",
            "start_date": "2004-10-09",
            "end_date": "2004-10-09",
            "location": "Land Berlin, Berlin, Germany",
            "is_online": false,
            "country_code": "DE",
            "latitude": 52.5,
            "longitude": 13.41667,
            "website": ""
        }
    ]
}