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

{
    "url": "https://demozoo.org/api/v1/parties/691/?format=api",
    "demozoo_url": "https://demozoo.org/parties/691/",
    "id": 691,
    "name": "Little Green Party 1995",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/262/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/262/",
        "id": 262,
        "name": "Little Green Party",
        "website": ""
    },
    "start_date": "1995-02-24",
    "end_date": "1995-02-25",
    "location": "Skien, Norway",
    "is_online": false,
    "country_code": "NO",
    "latitude": 59.209099,
    "longitude": 9.60867,
    "website": "",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/165464/?format=api",
            "demozoo_url": "https://demozoo.org/productions/165464/",
            "id": 165464,
            "title": "Little Green Party '95 Invitation",
            "author_nicks": [
                {
                    "name": "Gollum",
                    "abbreviation": "GLM",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/1162/?format=api",
                        "id": 1162,
                        "name": "Gollum",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1995-02",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                    "id": 4,
                    "name": "MS-Dos"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/22/?format=api",
                    "id": 22,
                    "name": "32K Intro",
                    "supertype": "production"
                },
                {
                    "url": "https://demozoo.org/api/v1/production_types/11/?format=api",
                    "id": 11,
                    "name": "Invitation",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1592&when=1995"
        },
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/1995/littlegreen95/"
        }
    ]
}