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

{
    "url": "https://demozoo.org/api/v1/parties/3268/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3268/",
    "id": 3268,
    "name": "Core 2002",
    "tagline": "Chillout + Rekoil == CORE",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1803/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1803/",
        "id": 1803,
        "name": "CORE",
        "website": "http://www.chilloutparty.org"
    },
    "start_date": "2002-07-18",
    "end_date": "2002-07-21",
    "location": "Alingsås Kommun, Västra Götaland, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 58.0,
    "longitude": 12.5,
    "website": "http://www.chilloutparty.org",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/173979/?format=api",
            "demozoo_url": "https://demozoo.org/productions/173979/",
            "id": 173979,
            "title": "Core 2002 Invitro",
            "author_nicks": [
                {
                    "name": "Razor 1911",
                    "abbreviation": "RZR",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/519/?format=api",
                        "id": 519,
                        "name": "Razor 1911",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2002-07",
            "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": []
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=272&when=2002"
        }
    ]
}