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

{
    "url": "https://demozoo.org/api/v1/party_series/1235/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1235/",
    "id": 1235,
    "name": "Hackers Night",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/2923/?format=api",
            "demozoo_url": "https://demozoo.org/parties/2923/",
            "id": 2923,
            "name": "Hackers Night 1997",
            "tagline": "",
            "start_date": "1997-10-11",
            "end_date": "1997-10-11",
            "location": "Skövde Kommun, Västra Götaland, Sweden",
            "is_online": false,
            "country_code": "SE",
            "latitude": 58.43488,
            "longitude": 13.90358,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/3108/?format=api",
            "demozoo_url": "https://demozoo.org/parties/3108/",
            "id": 3108,
            "name": "Hackers Night 1998",
            "tagline": "",
            "start_date": "1998-05-15",
            "end_date": "1998-05-15",
            "location": "Skövde Kommun, Västra Götaland, Sweden",
            "is_online": false,
            "country_code": "SE",
            "latitude": 58.43488,
            "longitude": 13.90358,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/4067/?format=api",
            "demozoo_url": "https://demozoo.org/parties/4067/",
            "id": 4067,
            "name": "Hackers Night 2000",
            "tagline": "",
            "start_date": "2000",
            "end_date": "2000",
            "location": "Sweden",
            "is_online": false,
            "country_code": "SE",
            "latitude": 62.0,
            "longitude": 15.0,
            "website": ""
        }
    ]
}