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

{
    "url": "https://demozoo.org/api/v1/parties/4108/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4108/",
    "id": 4108,
    "name": "Young Ones Copy Party 1988",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1557/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1557/",
        "id": 1557,
        "name": "Young Ones Copy Party",
        "website": ""
    },
    "start_date": "1988-04-16",
    "end_date": "1988-04-16",
    "location": "Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 62.0,
    "longitude": 15.0,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/260604/?format=api",
            "demozoo_url": "https://demozoo.org/productions/260604/",
            "id": 260604,
            "title": "Amazing Demo",
            "author_nicks": [
                {
                    "name": "Tetragon",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/4067/?format=api",
                        "id": 4067,
                        "name": "Tetragon",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1988-04-16",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                    "id": 5,
                    "name": "Amiga OCS/ECS"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "KestraBitworldParty",
            "url": "https://janeway.exotica.org.uk/party.php?id=147"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1883&when=1988"
        }
    ]
}