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

{
    "url": "https://demozoo.org/api/v1/parties/2027/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2027/",
    "id": 2027,
    "name": "SMAU 1992",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/203/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/203/",
        "id": 203,
        "name": "SMAU",
        "website": ""
    },
    "start_date": "1992-10-04",
    "end_date": "1992-10-04",
    "location": "Provincia di Milano, Lombardy, Italy",
    "is_online": false,
    "country_code": "IT",
    "latitude": 45.5,
    "longitude": 9.5,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/128471/?format=api",
            "demozoo_url": "https://demozoo.org/productions/128471/",
            "id": 128471,
            "title": "The Bad Tongue 11 - Special Issue",
            "author_nicks": [
                {
                    "name": "Italian Bad Boys",
                    "abbreviation": "IBB",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/1555/?format=api",
                        "id": 1555,
                        "name": "Italian Bad Boys",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1992-10-03",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                    "id": 5,
                    "name": "Amiga OCS/ECS"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/5/?format=api",
                    "id": 5,
                    "name": "Diskmag",
                    "supertype": "production"
                }
            ],
            "tags": [
                "piracy",
                "recollections",
                "bad-tongue"
            ]
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=680&when=1992"
        }
    ]
}