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

{
    "url": "https://demozoo.org/api/v1/parties/2618/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2618/",
    "id": 2618,
    "name": "Improvized Meeting 2004",
    "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": "2004-10-30",
    "end_date": "2004-11-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/167817/?format=api",
            "demozoo_url": "https://demozoo.org/productions/167817/",
            "id": 167817,
            "title": "Improvized Meeting",
            "author_nicks": [
                {
                    "name": "Benediction",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/11765/?format=api",
                        "id": 11765,
                        "name": "Benediction",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2004-12",
            "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": "DemopartyNetParty",
            "url": "https://www.demoparty.net/unique-event/improvized-party-2004"
        }
    ]
}