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

{
    "url": "https://demozoo.org/api/v1/parties/1391/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1391/",
    "id": 1391,
    "name": "IGDRP 2002",
    "tagline": "a.k.a. International Garden Dwarf Rave Party",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/494/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/494/",
        "id": 494,
        "name": "IGDRP",
        "website": "http://igdrp.fr.fm/"
    },
    "start_date": "2002-05-18",
    "end_date": "2002-05-19",
    "location": "Nancy, France",
    "is_online": false,
    "country_code": "FR",
    "latitude": 48.689541,
    "longitude": 6.18335,
    "website": "http://woodtower.com/igdrp",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/153291/?format=api",
            "demozoo_url": "https://demozoo.org/productions/153291/",
            "id": 153291,
            "title": "Woodman",
            "author_nicks": [
                {
                    "name": "d'Oh!",
                    "abbreviation": "dOh!",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/26636/?format=api",
                        "id": 26636,
                        "name": "d'Oh!",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2002-05-19",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/7/?format=api",
                    "id": 7,
                    "name": "Linux"
                },
                {
                    "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                    "id": 1,
                    "name": "Windows"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": [
                "lost"
            ]
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "DemopartyNetParty",
            "url": "https://www.demoparty.net/igdrp/igdrp-2002"
        },
        {
            "link_class": "WaybackMachinePage",
            "url": "https://web.archive.org/web/20020705141317/http://woodtower.free.fr:80/WTR/index2.html"
        }
    ]
}