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

{
    "url": "https://demozoo.org/api/v1/parties/3246/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3246/",
    "id": 3246,
    "name": "Syntax Society Amiga Xmas Party 2015",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/767/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/767/",
        "id": 767,
        "name": "Syntax Society",
        "website": "http://syntaxsociety.se/"
    },
    "start_date": "2015-12-11",
    "end_date": "2015-12-13",
    "location": "Landskrona, Skåne, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 55.8862,
    "longitude": 12.8588,
    "website": "http://www.syntaxsocity.se",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/173847/?format=api",
            "demozoo_url": "https://demozoo.org/productions/173847/",
            "id": 173847,
            "title": "One Sided Love",
            "author_nicks": [
                {
                    "name": "The Moose Brothers",
                    "abbreviation": "TMB",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/10740/?format=api",
                        "id": 10740,
                        "name": "The Moose Brothers",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2015-12-12",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/26/?format=api",
                    "id": 26,
                    "name": "Amiga PPC/RTG"
                },
                {
                    "url": "https://demozoo.org/api/v1/platforms/7/?format=api",
                    "id": 7,
                    "name": "Linux"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "DemopartyNetParty",
            "url": "https://www.demoparty.net/syntax-society/syntax-society-xmas-hack-2015"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1616&when=2015"
        }
    ]
}