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

{
    "url": "https://demozoo.org/api/v1/party_series/1166/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1166/",
    "id": 1166,
    "name": "De:Coded",
    "website": "http://decoded.org.ua/",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/2898/?format=api",
            "demozoo_url": "https://demozoo.org/parties/2898/",
            "id": 2898,
            "name": "De:Coded 2016",
            "tagline": "",
            "start_date": "2016-06-03",
            "end_date": "2016-06-05",
            "location": "Lviv, Ukraine",
            "is_online": false,
            "country_code": "UA",
            "latitude": 49.83826,
            "longitude": 24.02324,
            "website": "http://decoded.org.ua/"
        }
    ]
}