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

{
    "url": "https://demozoo.org/api/v1/parties/3132/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3132/",
    "id": 3132,
    "name": "AFC Expo 1992",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1241/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1241/",
        "id": 1241,
        "name": "AFC Expo",
        "website": ""
    },
    "start_date": "1992-05-09",
    "end_date": "1992-05-10",
    "location": "Antony, Département des Hauts-de-Seine, Île-de-France, France",
    "is_online": false,
    "country_code": "FR",
    "latitude": 48.75333,
    "longitude": 2.29667,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/168197/?format=api",
            "demozoo_url": "https://demozoo.org/productions/168197/",
            "id": 168197,
            "title": "AFC Expo Demo",
            "author_nicks": [
                {
                    "name": "AST System",
                    "abbreviation": "AST",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/21741/?format=api",
                        "id": 21741,
                        "name": "AST System",
                        "is_group": true
                    }
                },
                {
                    "name": "Kill Or Die",
                    "abbreviation": "KOD",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/21293/?format=api",
                        "id": 21293,
                        "name": "Kill Or Die",
                        "is_group": true
                    }
                },
                {
                    "name": "Paradox",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/69035/?format=api",
                        "id": 69035,
                        "name": "Paradox",
                        "is_group": true
                    }
                },
                {
                    "name": "Static",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/37047/?format=api",
                        "id": 37047,
                        "name": "Static",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1992-06",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/36/?format=api",
                    "id": 36,
                    "name": "Amstrad CPC"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": []
}