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

{
    "url": "https://demozoo.org/api/v1/parties/3489/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3489/",
    "id": 3489,
    "name": "ByteFest 2009",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1200/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1200/",
        "id": 1200,
        "name": "ByteFest",
        "website": "http://www.bytefest.org/"
    },
    "start_date": "2009-10-02",
    "end_date": "2009-10-04",
    "location": "Prague, Praha, Czech Republic",
    "is_online": false,
    "country_code": "CZ",
    "latitude": 50.08804,
    "longitude": 14.42076,
    "website": "http://www.bytefest.org/",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/179307/?format=api",
            "demozoo_url": "https://demozoo.org/productions/179307/",
            "id": 179307,
            "title": "Bytefest 2009 Invitation",
            "author_nicks": [
                {
                    "name": "ArtWay",
                    "abbreviation": "AWY",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/3716/?format=api",
                        "id": 3716,
                        "name": "ArtWay",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2009-09-27",
            "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/11/?format=api",
                    "id": 11,
                    "name": "Invitation",
                    "supertype": "production"
                }
            ],
            "tags": [
                "placeholder-screenshot",
                "screenshots-needed"
            ]
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1376&when=2009"
        },
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/2009/bytefest09/"
        }
    ]
}