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

{
    "url": "https://demozoo.org/api/v1/party_series/898/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/898/",
    "id": 898,
    "name": "Central Party",
    "website": "http://www.chez.com/centralparty/",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/2292/?format=api",
            "demozoo_url": "https://demozoo.org/parties/2292/",
            "id": 2292,
            "name": "Central Party 1999",
            "tagline": "",
            "start_date": "1999-09",
            "end_date": "1999-09",
            "location": "France",
            "is_online": false,
            "country_code": "FR",
            "latitude": 46.0,
            "longitude": 2.0,
            "website": "http://www.chez.com/centralparty/"
        }
    ]
}