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

{
    "url": "https://demozoo.org/api/v1/parties/2050/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2050/",
    "id": 2050,
    "name": "Amstrad Expo 2002",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/545/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/545/",
        "id": 545,
        "name": "Amstrad Expo",
        "website": "http://expo.cpcscene.com"
    },
    "start_date": "2002-03-30",
    "end_date": "2002-04-01",
    "location": "Coutances, Département de la Manche, Lower Normandy, France",
    "is_online": false,
    "country_code": "FR",
    "latitude": 49.05,
    "longitude": -1.43333,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/333078/?format=api",
            "demozoo_url": "https://demozoo.org/productions/333078/",
            "id": 333078,
            "title": "Plissken Demo 2",
            "author_nicks": [
                {
                    "name": "Plissken",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/53483/?format=api",
                        "id": 53483,
                        "name": "Snake Plissken",
                        "is_group": false
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2002",
            "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": [
        {
            "link_class": "BaseUrl",
            "url": "http://www.cpcwiki.eu/index.php/Amstrad_Expo_2002"
        },
        {
            "link_class": "DemopartyNetParty",
            "url": "https://www.demoparty.net/amstrad-cpc-expo/amstrad-cpc-expo-2002"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1046&when=2002"
        }
    ]
}