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

{
    "url": "https://demozoo.org/api/v1/parties/1636/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1636/",
    "id": 1636,
    "name": "Nordic Atari Show 1997",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/570/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/570/",
        "id": 570,
        "name": "Nordic Atari Show",
        "website": "http://www.sak.nu/"
    },
    "start_date": "1997-06-13",
    "end_date": "1997-06-15",
    "location": "Gothenburg, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 57.701328,
    "longitude": 11.96689,
    "website": "http://www.sak.nu/",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/137402/?format=api",
            "demozoo_url": "https://demozoo.org/productions/137402/",
            "id": 137402,
            "title": "SNDplayer V0.3",
            "author_nicks": [
                {
                    "name": "Assemsoft",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/2154/?format=api",
                        "id": 2154,
                        "name": "Assemsoft",
                        "is_group": true
                    }
                },
                {
                    "name": "Dead Hackers Society",
                    "abbreviation": "DHS",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/111/?format=api",
                        "id": 111,
                        "name": "Dead Hackers Society",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1997-06-14",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/17/?format=api",
                    "id": 17,
                    "name": "Atari Falcon"
                },
                {
                    "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                    "id": 9,
                    "name": "Atari ST/E"
                },
                {
                    "url": "https://demozoo.org/api/v1/platforms/58/?format=api",
                    "id": 58,
                    "name": "Atari TT"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/6/?format=api",
                    "id": 6,
                    "name": "Tool",
                    "supertype": "production"
                }
            ],
            "tags": [
                "music-player"
            ]
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=127&when=1997"
        }
    ]
}