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

{
    "url": "https://demozoo.org/api/v1/party_series/1069/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1069/",
    "id": 1069,
    "name": "ACE Tracker competition",
    "website": "http://newbeat.atari.org/main.php?page=ace_tracker_results",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/2653/?format=api",
            "demozoo_url": "https://demozoo.org/parties/2653/",
            "id": 2653,
            "name": "ACE Tracker Competition",
            "tagline": "",
            "start_date": "2003",
            "end_date": "2003",
            "location": "",
            "is_online": true,
            "country_code": "",
            "latitude": null,
            "longitude": null,
            "website": "http://newbeat.atari.org/main.php?page=ace_tracker_results"
        }
    ]
}