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

{
    "url": "https://demozoo.org/api/v1/party_series/1247/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1247/",
    "id": 1247,
    "name": "The Lost Boys Copyparts",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/3148/?format=api",
            "demozoo_url": "https://demozoo.org/parties/3148/",
            "id": 3148,
            "name": "Lost Boys Copyparty",
            "tagline": "",
            "start_date": "1989-10-21",
            "end_date": "1989-10-22",
            "location": "Auckland, New Zealand",
            "is_online": false,
            "country_code": "NZ",
            "latitude": -36.85,
            "longitude": 174.78333,
            "website": ""
        }
    ]
}