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

{
    "url": "https://demozoo.org/api/v1/party_series/1633/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1633/",
    "id": 1633,
    "name": "Techno Compo",
    "website": "https://csdb.dk/event/?id=3070",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/4349/?format=api",
            "demozoo_url": "https://demozoo.org/parties/4349/",
            "id": 4349,
            "name": "Techno Compo 2021",
            "tagline": "Oldschool Underground Techno",
            "start_date": "2021-06-08",
            "end_date": "2021-07-31",
            "location": "",
            "is_online": true,
            "country_code": "",
            "latitude": null,
            "longitude": null,
            "website": "https://csdb.dk/event/?id=3070"
        }
    ]
}