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

{
    "url": "https://demozoo.org/api/v1/parties/3636/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3636/",
    "id": 3636,
    "name": "Amiga Convention 1996",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1402/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1402/",
        "id": 1402,
        "name": "Amiga Convention",
        "website": ""
    },
    "start_date": "1996-08-03",
    "end_date": "1996-08-04",
    "location": "Montréal, Quebec, Canada",
    "is_online": false,
    "country_code": "CA",
    "latitude": 45.50008,
    "longitude": -73.68248,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 17650,
            "demozoo_url": "https://demozoo.org/competitions/17650/",
            "name": "Music",
            "shown_date": "1996-08-03",
            "platform": {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            },
            "production_type": {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            },
            "results": [
                {
                    "position": 1,
                    "ranking": "1",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/318330/?format=api",
                        "demozoo_url": "https://demozoo.org/music/318330/",
                        "id": 318330,
                        "title": "Early Mornings",
                        "author_nicks": [
                            {
                                "name": "The Zapper!",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/26954/?format=api",
                                    "id": 26954,
                                    "name": "The Zapper",
                                    "is_group": false
                                }
                            }
                        ],
                        "author_affiliation_nicks": [
                            {
                                "name": "Force Ten",
                                "abbreviation": "F10",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/30731/?format=api",
                                    "id": 30731,
                                    "name": "Force Ten",
                                    "is_group": true
                                }
                            }
                        ],
                        "release_date": "1996-08-03",
                        "supertype": "music",
                        "platforms": [],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                                "id": 29,
                                "name": "Tracked Music",
                                "supertype": "music"
                            }
                        ],
                        "tags": [
                            "4ch",
                            "mod"
                        ]
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "BaseUrl",
            "url": "https://www.cucug.org/amiga/aminews/1996/amicon96.txt"
        },
        {
            "link_class": "BaseUrl",
            "url": "https://archive.org/details/amazing-computing-magazine-1996-10/page/n43/mode/2up"
        },
        {
            "link_class": "KestraBitworldParty",
            "url": "http://janeway.exotica.org.uk/party.php?id=740"
        }
    ]
}