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

{
    "url": "https://demozoo.org/api/v1/party_series/1377/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1377/",
    "id": 1377,
    "name": "mangedisque music compo",
    "website": "http://mangedisque.com",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/3534/?format=api",
            "demozoo_url": "https://demozoo.org/parties/3534/",
            "id": 3534,
            "name": "mangedisque compo 42",
            "tagline": "",
            "start_date": "2017-12-15",
            "end_date": "2017-12-15",
            "location": "Paris, Île-de-France, France",
            "is_online": false,
            "country_code": "FR",
            "latitude": 48.8534,
            "longitude": 2.3486,
            "website": "http://mangedisque.com"
        }
    ]
}