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

{
    "url": "https://demozoo.org/api/v1/productions/9876/?format=api",
    "demozoo_url": "https://demozoo.org/productions/9876/",
    "id": 9876,
    "title": "Angel Devoid",
    "author_nicks": [
        {
            "name": "Black Rainbow",
            "abbreviation": "",
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/11194/?format=api",
                "id": 11194,
                "name": "Black Rainbow",
                "is_group": true
            }
        }
    ],
    "author_affiliation_nicks": [],
    "release_date": "1998-02-08",
    "supertype": "production",
    "platforms": [
        {
            "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
            "id": 4,
            "name": "MS-Dos"
        }
    ],
    "types": [
        {
            "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
            "id": 1,
            "name": "Demo",
            "supertype": "production"
        }
    ],
    "credits": [
        {
            "nick": {
                "name": "Codeorgo",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11196/?format=api",
                    "id": 11196,
                    "name": "Codeorgo",
                    "is_group": false
                }
            },
            "category": "Code",
            "role": ""
        },
        {
            "nick": {
                "name": "Judge Brad",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11197/?format=api",
                    "id": 11197,
                    "name": "Judge Brad",
                    "is_group": false
                }
            },
            "category": "Music",
            "role": ""
        },
        {
            "nick": {
                "name": "Immortal Rat",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11199/?format=api",
                    "id": 11199,
                    "name": "Immortal Rat",
                    "is_group": false
                }
            },
            "category": "Graphics",
            "role": ""
        },
        {
            "nick": {
                "name": "Aries",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11198/?format=api",
                    "id": 11198,
                    "name": "Aries",
                    "is_group": false
                }
            },
            "category": "Graphics",
            "role": "ascii"
        }
    ],
    "download_links": [
        {
            "link_class": "SceneOrgFile",
            "url": "https://files.scene.org/view/parties/1998/flag98/demo/br_angel.zip"
        }
    ],
    "external_links": [
        {
            "link_class": "PouetProduction",
            "url": "https://www.pouet.net/prod.php?which=11529"
        }
    ],
    "release_parties": [],
    "competition_placings": [
        {
            "position": 1,
            "ranking": "1",
            "score": "98",
            "competition": {
                "id": 3667,
                "name": "PC Demo",
                "party": {
                    "url": "https://demozoo.org/api/v1/parties/704/?format=api",
                    "demozoo_url": "https://demozoo.org/parties/704/",
                    "id": 704,
                    "name": "FLaG 1998",
                    "tagline": "",
                    "start_date": "1998-02-06",
                    "end_date": "1998-02-09",
                    "location": "Budapest, Hungary",
                    "is_online": false,
                    "country_code": "HU",
                    "latitude": 47.506222,
                    "longitude": 19.064819,
                    "website": ""
                }
            }
        }
    ],
    "invitation_parties": [],
    "screenshots": [],
    "tags": []
}