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

{
    "url": "https://demozoo.org/api/v1/party_series/1652/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1652/",
    "id": 1652,
    "name": "Garden Party",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/4411/?format=api",
            "demozoo_url": "https://demozoo.org/parties/4411/",
            "id": 4411,
            "name": "Garden Party 1991",
            "tagline": "",
            "start_date": "1991-06",
            "end_date": "1991-06",
            "location": "France",
            "is_online": false,
            "country_code": "FR",
            "latitude": 46.0,
            "longitude": 2.0,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/4412/?format=api",
            "demozoo_url": "https://demozoo.org/parties/4412/",
            "id": 4412,
            "name": "Garden Party 1992",
            "tagline": "",
            "start_date": "1992-08-22",
            "end_date": "1992-08-23",
            "location": "France",
            "is_online": false,
            "country_code": "FR",
            "latitude": 46.0,
            "longitude": 2.0,
            "website": ""
        }
    ]
}