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

{
    "url": "https://demozoo.org/api/v1/party_series/1461/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1461/",
    "id": 1461,
    "name": "Outpost Music Compo",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/3819/?format=api",
            "demozoo_url": "https://demozoo.org/parties/3819/",
            "id": 3819,
            "name": "Outpost Music Compo 1",
            "tagline": "",
            "start_date": "2002-06-01",
            "end_date": "2002-06-30",
            "location": "",
            "is_online": true,
            "country_code": "",
            "latitude": null,
            "longitude": null,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/3820/?format=api",
            "demozoo_url": "https://demozoo.org/parties/3820/",
            "id": 3820,
            "name": "Outpost Music Compo 2",
            "tagline": "",
            "start_date": "2002-11-15",
            "end_date": "2002-11-15",
            "location": "",
            "is_online": true,
            "country_code": "",
            "latitude": null,
            "longitude": null,
            "website": ""
        }
    ]
}