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

{
    "url": "https://demozoo.org/api/v1/party_series/233/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/233/",
    "id": 233,
    "name": "Elevator",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/3600/?format=api",
            "demozoo_url": "https://demozoo.org/parties/3600/",
            "id": 3600,
            "name": "Elevator 1998",
            "tagline": "",
            "start_date": "1998-01-09",
            "end_date": "1998-01-11",
            "location": "Ylivieska, Northern Ostrobothnia, Finland",
            "is_online": false,
            "country_code": "FI",
            "latitude": 64.064,
            "longitude": 24.67608,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/584/?format=api",
            "demozoo_url": "https://demozoo.org/parties/584/",
            "id": 584,
            "name": "Elevator 1999",
            "tagline": "The Second Floor",
            "start_date": "1999-01-15",
            "end_date": "1999-01-17",
            "location": "Ylivieska, Northern Ostrobothnia, Finland",
            "is_online": false,
            "country_code": "FI",
            "latitude": 64.064,
            "longitude": 24.67608,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/1015/?format=api",
            "demozoo_url": "https://demozoo.org/parties/1015/",
            "id": 1015,
            "name": "Elevator 2000",
            "tagline": "The Third Floor",
            "start_date": "2000-01-21",
            "end_date": "2000-01-23",
            "location": "Ylivieska, Northern Ostrobothnia, Finland",
            "is_online": false,
            "country_code": "FI",
            "latitude": 64.064,
            "longitude": 24.67608,
            "website": ""
        }
    ]
}