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

{
    "url": "https://demozoo.org/api/v1/parties/5385/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5385/",
    "id": 5385,
    "name": "Lamers Party 2002",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1920/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1920/",
        "id": 1920,
        "name": "Lamers Party",
        "website": ""
    },
    "start_date": "2002-10-19",
    "end_date": "2002-10-20",
    "location": "Plancher-les-Mines, Haute-Saône, Bourgogne-Franche-Comté, France",
    "is_online": false,
    "country_code": "FR",
    "latitude": 47.7615,
    "longitude": 6.74308,
    "website": "",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/377208/?format=api",
            "demozoo_url": "https://demozoo.org/productions/377208/",
            "id": 377208,
            "title": "Lamers Party 2002 Invitation",
            "author_nicks": [
                {
                    "name": "PureLamers",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/37244/?format=api",
                        "id": 37244,
                        "name": "PureLamers",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2002",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                    "id": 6,
                    "name": "Amiga AGA"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/11/?format=api",
                    "id": 11,
                    "name": "Invitation",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/2002/lamersparty02/"
        }
    ]
}