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

{
    "url": "https://demozoo.org/api/v1/parties/3095/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3095/",
    "id": 3095,
    "name": "Demobit 1996",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/79/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/79/",
        "id": 79,
        "name": "Demobit",
        "website": "http://www.demobit.sk/"
    },
    "start_date": "1996-05-03",
    "end_date": "1996-05-05",
    "location": "Bratislavský kraj, Bratislavský, Slovakia",
    "is_online": false,
    "country_code": "SK",
    "latitude": 48.33333,
    "longitude": 17.16667,
    "website": "http://www.demobit.sk/",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/12885/?format=api",
            "demozoo_url": "https://demozoo.org/productions/12885/",
            "id": 12885,
            "title": "Demobit 96 Invitation Intro",
            "author_nicks": [
                {
                    "name": "7 Gods",
                    "abbreviation": "7G",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/9067/?format=api",
                        "id": 9067,
                        "name": "7 Gods",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1996",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                    "id": 2,
                    "name": "ZX Spectrum"
                }
            ],
            "types": [
                {
                    "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=65&when=1996"
        }
    ]
}