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

{
    "url": "https://demozoo.org/api/v1/parties/3419/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3419/",
    "id": 3419,
    "name": "Blockparty 2011",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/257/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/257/",
        "id": 257,
        "name": "Blockparty",
        "website": "http://www.demoparty.us/"
    },
    "start_date": "2011",
    "end_date": "2011",
    "location": "Cleveland, Cuyahoga County, Ohio, United States",
    "is_online": false,
    "country_code": "US",
    "latitude": 41.4995,
    "longitude": -81.69541,
    "website": "http://www.demoparty.us/",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/31448/?format=api",
            "demozoo_url": "https://demozoo.org/productions/31448/",
            "id": 31448,
            "title": "Blockparty 5 Non-Invitation",
            "author_nicks": [
                {
                    "name": "Desire",
                    "abbreviation": "DSR",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/1077/?format=api",
                        "id": 1077,
                        "name": "Desire",
                        "is_group": true
                    }
                },
                {
                    "name": "St. Vincent And The Grenadines",
                    "abbreviation": "SVatG",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/3526/?format=api",
                        "id": 3526,
                        "name": "St. Vincent And The Grenadines",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2012-04-08",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                    "id": 1,
                    "name": "Windows"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1336&when=2011"
        }
    ]
}