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

{
    "url": "https://demozoo.org/api/v1/parties/5220/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5220/",
    "id": 5220,
    "name": "Game Boy Competition 2023",
    "tagline": "Create original games, demos, homebrews tools and music for the original Game Boy / Game Boy Color and compete for fame, glory and over $5500 of prizes!",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1890/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1890/",
        "id": 1890,
        "name": "Game Boy Competition",
        "website": "https://itch.io/jam/gbcompo23"
    },
    "start_date": "2023-06-15",
    "end_date": "2023-09-15",
    "location": "",
    "is_online": true,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "https://itch.io/jam/gbcompo23",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/365282/?format=api",
            "demozoo_url": "https://demozoo.org/music/365282/",
            "id": 365282,
            "title": "Monkeys on Mars",
            "author_nicks": [
                {
                    "name": "Chavez",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/282/?format=api",
                        "id": 282,
                        "name": "Chavez",
                        "is_group": false
                    }
                }
            ],
            "author_affiliation_nicks": [
                {
                    "name": "Funktion",
                    "abbreviation": "(F)",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/283/?format=api",
                        "id": 283,
                        "name": "Funktion",
                        "is_group": true
                    }
                }
            ],
            "release_date": "2023-09-14",
            "supertype": "music",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/38/?format=api",
                    "id": 38,
                    "name": "Nintendo Game Boy (GB)"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                    "id": 14,
                    "name": "Music",
                    "supertype": "music"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": []
}