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

{
    "url": "https://demozoo.org/api/v1/parties/4624/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4624/",
    "id": 4624,
    "name": "Yodel Conference 1995 (5)",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/285/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/285/",
        "id": 285,
        "name": "Yodel Conference",
        "website": "http://yodel.net/old/yc8.html"
    },
    "start_date": "1995-03",
    "end_date": "1995-03",
    "location": "Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 62.0,
    "longitude": 15.0,
    "website": "http://yodel.net/old/yc8.html",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/318852/?format=api",
            "demozoo_url": "https://demozoo.org/productions/318852/",
            "id": 318852,
            "title": "In Coma II",
            "author_nicks": [
                {
                    "name": "3 Little Elks",
                    "abbreviation": "3LE",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/8676/?format=api",
                        "id": 8676,
                        "name": "3 Little Elks",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1995-03",
            "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/4/?format=api",
                    "id": 4,
                    "name": "Intro",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=252&when=1995"
        }
    ]
}