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

{
    "url": "https://demozoo.org/api/v1/parties/3362/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3362/",
    "id": 3362,
    "name": "Interface 2016 (XI)",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1320/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1320/",
        "id": 1320,
        "name": "Interface",
        "website": "http://vccev.de/index.php/interface"
    },
    "start_date": "2016-07-23",
    "end_date": "2016-07-23",
    "location": "Germany",
    "is_online": false,
    "country_code": "DE",
    "latitude": 51.5,
    "longitude": 10.5,
    "website": "http://vccev.de/index.php/interface",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/175138/?format=api",
            "demozoo_url": "https://demozoo.org/productions/175138/",
            "id": 175138,
            "title": "Basic Barnsley Fern",
            "author_nicks": [
                {
                    "name": "Arsenic",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/2153/?format=api",
                        "id": 2153,
                        "name": "Arsenic",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2016-07-23",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                    "id": 3,
                    "name": "Commodore 64"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/21/?format=api",
                    "id": 21,
                    "name": "1K Intro",
                    "supertype": "production"
                }
            ],
            "tags": [
                "long-precalc",
                "commodore-basic-v2",
                "fractal-leaf",
                "no-sound"
            ]
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/2016/interface16a/"
        }
    ]
}