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

{
    "url": "https://demozoo.org/api/v1/parties/4844/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4844/",
    "id": 4844,
    "name": "The Project 1997",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1364/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1364/",
        "id": 1364,
        "name": "Project",
        "website": ""
    },
    "start_date": "1997-12",
    "end_date": "1997-12",
    "location": "Adelaide, South Australia, Australia",
    "is_online": false,
    "country_code": "AU",
    "latitude": -34.92866,
    "longitude": 138.59863,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/335872/?format=api",
            "demozoo_url": "https://demozoo.org/productions/335872/",
            "id": 335872,
            "title": "Pandemonium",
            "author_nicks": [
                {
                    "name": "Chrome",
                    "abbreviation": "CR",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/14376/?format=api",
                        "id": 14376,
                        "name": "Chrome",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1997-12",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                    "id": 3,
                    "name": "Commodore 64"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": []
        },
        {
            "url": "https://demozoo.org/api/v1/productions/335873/?format=api",
            "demozoo_url": "https://demozoo.org/productions/335873/",
            "id": 335873,
            "title": "Usura Mix",
            "author_nicks": [
                {
                    "name": "Eryk",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/78162/?format=api",
                        "id": 78162,
                        "name": "Eryk",
                        "is_group": false
                    }
                }
            ],
            "author_affiliation_nicks": [
                {
                    "name": "Chrome",
                    "abbreviation": "CR",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/14376/?format=api",
                        "id": 14376,
                        "name": "Chrome",
                        "is_group": true
                    }
                }
            ],
            "release_date": null,
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                    "id": 3,
                    "name": "Commodore 64"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                    "id": 14,
                    "name": "Music",
                    "supertype": "music"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "CsdbEvent",
            "url": "https://csdb.dk/event/?id=888"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=242&when=1997"
        }
    ]
}