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

{
    "url": "https://demozoo.org/api/v1/party_series/1783/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1783/",
    "id": 1783,
    "name": "ACE Copyparty",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/4907/?format=api",
            "demozoo_url": "https://demozoo.org/parties/4907/",
            "id": 4907,
            "name": "ACE Copyparty 1988",
            "tagline": "",
            "start_date": "1988-04-28",
            "end_date": "1988-04-28",
            "location": "Germany",
            "is_online": false,
            "country_code": "DE",
            "latitude": 51.5,
            "longitude": 10.5,
            "website": ""
        }
    ]
}