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

{
    "url": "https://demozoo.org/api/v1/parties/2344/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2344/",
    "id": 2344,
    "name": "Energy/Chaos/BCT Party 1990",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/917/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/917/",
        "id": 917,
        "name": "Energy/Chaos/BCT Party",
        "website": ""
    },
    "start_date": "1990-06-23",
    "end_date": "1990-06-24",
    "location": "Politischer Bezirk Weiz, Styria, Austria",
    "is_online": false,
    "country_code": "AT",
    "latitude": 47.3,
    "longitude": 15.65,
    "website": "",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/326668/?format=api",
            "demozoo_url": "https://demozoo.org/productions/326668/",
            "id": 326668,
            "title": "Party Invitation",
            "author_nicks": [
                {
                    "name": "Best Cracking Team",
                    "abbreviation": "BCT",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/76287/?format=api",
                        "id": 76287,
                        "name": "Best Cracking Team",
                        "is_group": true
                    }
                },
                {
                    "name": "Chaos No. 1",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/20006/?format=api",
                        "id": 20006,
                        "name": "Chaos No. 1",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1990",
            "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=964"
        },
        {
            "link_class": "KestraBitworldParty",
            "url": "http://janeway.exotica.org.uk/party.php?id=616"
        }
    ]
}