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

{
    "url": "https://demozoo.org/api/v1/parties/2460/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2460/",
    "id": 2460,
    "name": "Arcade Copy-Party 1992",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/981/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/981/",
        "id": 981,
        "name": "Arcade Copy Party",
        "website": ""
    },
    "start_date": "1992-06-13",
    "end_date": "1992-06-14",
    "location": "Landkreis Hildesheim, Lower Saxony, Germany",
    "is_online": false,
    "country_code": "DE",
    "latitude": 52.12667,
    "longitude": 9.965,
    "website": "",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/185810/?format=api",
            "demozoo_url": "https://demozoo.org/productions/185810/",
            "id": 185810,
            "title": "Arcade Copy-Party'92",
            "author_nicks": [
                {
                    "name": "Arcade",
                    "abbreviation": "ARC",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/15406/?format=api",
                        "id": 15406,
                        "name": "Arcade",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1992",
            "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/11/?format=api",
                    "id": 11,
                    "name": "Invitation",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "CsdbEvent",
            "url": "https://csdb.dk/event/?id=565"
        }
    ]
}