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

{
    "url": "https://demozoo.org/api/v1/party_series/1369/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1369/",
    "id": 1369,
    "name": "Prase Party",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/5132/?format=api",
            "demozoo_url": "https://demozoo.org/parties/5132/",
            "id": 5132,
            "name": "Prase Party 2000",
            "tagline": "2",
            "start_date": "2000",
            "end_date": "2000",
            "location": "",
            "is_online": false,
            "country_code": "",
            "latitude": null,
            "longitude": null,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/3499/?format=api",
            "demozoo_url": "https://demozoo.org/parties/3499/",
            "id": 3499,
            "name": "Prase Party 2006",
            "tagline": "11",
            "start_date": "2006",
            "end_date": "2006",
            "location": "",
            "is_online": false,
            "country_code": "",
            "latitude": null,
            "longitude": null,
            "website": ""
        }
    ]
}