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

{
    "url": "https://demozoo.org/api/v1/parties/1656/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1656/",
    "id": 1656,
    "name": "TOS Computing",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/690/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/690/",
        "id": 690,
        "name": "TOS Computing",
        "website": ""
    },
    "start_date": "1996-05-04",
    "end_date": "1996-05-05",
    "location": "Hanover, Germany",
    "is_online": false,
    "country_code": "DE",
    "latitude": 52.372269,
    "longitude": 9.73815,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/75296/?format=api",
            "demozoo_url": "https://demozoo.org/productions/75296/",
            "id": 75296,
            "title": "A-Tris",
            "author_nicks": [
                {
                    "name": "Absence",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/2143/?format=api",
                        "id": 2143,
                        "name": "Absence",
                        "is_group": true
                    }
                },
                {
                    "name": "WBW Game Line",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/68841/?format=api",
                        "id": 68841,
                        "name": "WBW Game Line",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1996-05-04",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/17/?format=api",
                    "id": 17,
                    "name": "Atari Falcon"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                    "id": 33,
                    "name": "Game",
                    "supertype": "production"
                }
            ],
            "tags": [
                "tetris"
            ]
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1532&when=1996"
        }
    ]
}