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

{
    "url": "https://demozoo.org/api/v1/party_series/1000/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1000/",
    "id": 1000,
    "name": "Wood Party",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/2498/?format=api",
            "demozoo_url": "https://demozoo.org/parties/2498/",
            "id": 2498,
            "name": "Wood Party 2001",
            "tagline": "",
            "start_date": "2001-05-12",
            "end_date": "2001-05-13",
            "location": "Heillecourt, Meurthe et Moselle, Grand Est, France",
            "is_online": false,
            "country_code": "FR",
            "latitude": 48.65049,
            "longitude": 6.19512,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/2956/?format=api",
            "demozoo_url": "https://demozoo.org/parties/2956/",
            "id": 2956,
            "name": "Wood Party 2004",
            "tagline": "",
            "start_date": "2004-11-12",
            "end_date": "2004-11-14",
            "location": "Nancy, Département de Meurthe-et-Moselle, Alsace-Champagne-Ardenne-Lorraine, France",
            "is_online": false,
            "country_code": "FR",
            "latitude": 48.69278,
            "longitude": 6.18361,
            "website": ""
        }
    ]
}