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

{
    "url": "https://demozoo.org/api/v1/party_series/1417/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1417/",
    "id": 1417,
    "name": "Molvania Zscene Gathering",
    "website": "https://webuser.scene.org/~ps/mzg/",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/3667/?format=api",
            "demozoo_url": "https://demozoo.org/parties/3667/",
            "id": 3667,
            "name": "Molvania Zscene Gathering 2005",
            "tagline": "",
            "start_date": "2005-03-11",
            "end_date": "2005-03-13",
            "location": "",
            "is_online": false,
            "country_code": "",
            "latitude": null,
            "longitude": null,
            "website": "https://webuser.scene.org/~ps/mzg/"
        },
        {
            "url": "https://demozoo.org/api/v1/parties/4219/?format=api",
            "demozoo_url": "https://demozoo.org/parties/4219/",
            "id": 4219,
            "name": "OMZG 2021",
            "tagline": "",
            "start_date": "2021-02-12",
            "end_date": "2021-02-13",
            "location": "",
            "is_online": true,
            "country_code": "",
            "latitude": null,
            "longitude": null,
            "website": "http://omzg.online/"
        }
    ]
}