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

{
    "url": "https://demozoo.org/api/v1/party_series/1803/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1803/",
    "id": 1803,
    "name": "CORE",
    "website": "http://www.chilloutparty.org",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/4960/?format=api",
            "demozoo_url": "https://demozoo.org/parties/4960/",
            "id": 4960,
            "name": "Chillout 2001a",
            "tagline": "",
            "start_date": "2001",
            "end_date": "2001",
            "location": "Alingsås Kommun, Västra Götaland, Sweden",
            "is_online": false,
            "country_code": "SE",
            "latitude": 58.0,
            "longitude": 12.5,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/3268/?format=api",
            "demozoo_url": "https://demozoo.org/parties/3268/",
            "id": 3268,
            "name": "Core 2002",
            "tagline": "Chillout + Rekoil == CORE",
            "start_date": "2002-07-18",
            "end_date": "2002-07-21",
            "location": "Alingsås Kommun, Västra Götaland, Sweden",
            "is_online": false,
            "country_code": "SE",
            "latitude": 58.0,
            "longitude": 12.5,
            "website": "http://www.chilloutparty.org"
        }
    ]
}