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

{
    "url": "https://demozoo.org/api/v1/party_series/505/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/505/",
    "id": 505,
    "name": "Webb.it",
    "website": "http://2003.webb.it/",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/2860/?format=api",
            "demozoo_url": "https://demozoo.org/parties/2860/",
            "id": 2860,
            "name": "Webb.it 2002",
            "tagline": "",
            "start_date": "2002-07-04",
            "end_date": "2002-07-07",
            "location": "Provincia di Padova, Veneto, Italy",
            "is_online": false,
            "country_code": "IT",
            "latitude": 45.35,
            "longitude": 11.81667,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/1252/?format=api",
            "demozoo_url": "https://demozoo.org/parties/1252/",
            "id": 1252,
            "name": "Webb.it 2003",
            "tagline": "",
            "start_date": "2003-05-09",
            "end_date": "2003-05-11",
            "location": "Provincia di Padova, Veneto, Italy",
            "is_online": false,
            "country_code": "IT",
            "latitude": 45.35,
            "longitude": 11.81667,
            "website": "http://2003.webb.it/"
        }
    ]
}