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

{
    "url": "https://demozoo.org/api/v1/party_series/1132/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1132/",
    "id": 1132,
    "name": "EstHack",
    "website": "http://www.esthack.se/",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/2831/?format=api",
            "demozoo_url": "https://demozoo.org/parties/2831/",
            "id": 2831,
            "name": "EstHack 2016",
            "tagline": "",
            "start_date": "2016-04-23",
            "end_date": "2016-04-24",
            "location": "Ljungby Kommun, Kronoberg, Sweden",
            "is_online": false,
            "country_code": "SE",
            "latitude": 56.80684,
            "longitude": 13.82719,
            "website": "http://www.esthack.se/"
        }
    ]
}