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

{
    "url": "https://demozoo.org/api/v1/parties/3665/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3665/",
    "id": 3665,
    "name": "AuLAN 2003",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1416/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1416/",
        "id": 1416,
        "name": "AuLAN",
        "website": ""
    },
    "start_date": "2003-02-07",
    "end_date": "2003-02-09",
    "location": "Porsgrunn, Telemark, Norway",
    "is_online": false,
    "country_code": "NO",
    "latitude": 59.14054,
    "longitude": 9.6561,
    "website": "",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/190826/?format=api",
            "demozoo_url": "https://demozoo.org/productions/190826/",
            "id": 190826,
            "title": "auLan 6 Invitation",
            "author_nicks": [
                {
                    "name": "Kvasigen",
                    "abbreviation": "KVG",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/87/?format=api",
                        "id": 87,
                        "name": "Kvasigen",
                        "is_group": true
                    }
                },
                {
                    "name": "Outracks",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/73/?format=api",
                        "id": 73,
                        "name": "Outracks",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2003-01-25",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                    "id": 1,
                    "name": "Windows"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/11/?format=api",
                    "id": 11,
                    "name": "Invitation",
                    "supertype": "production"
                }
            ],
            "tags": [
                "bass"
            ]
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=465&when=2003"
        },
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/2003/aulan03/"
        }
    ]
}