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

{
    "url": "https://demozoo.org/api/v1/productions/345447/?format=api",
    "demozoo_url": "https://demozoo.org/productions/345447/",
    "id": 345447,
    "title": "NRLPack v1.1",
    "author_nicks": [
        {
            "name": "Neural",
            "abbreviation": "NRL",
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/10107/?format=api",
                "id": 10107,
                "name": "Neural",
                "is_group": true
            }
        },
        {
            "name": "Rebels",
            "abbreviation": "RBS",
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/628/?format=api",
                "id": 628,
                "name": "Rebels",
                "is_group": true
            }
        }
    ],
    "author_affiliation_nicks": [],
    "release_date": "2023-07-26",
    "supertype": "production",
    "platforms": [
        {
            "url": "https://demozoo.org/api/v1/platforms/28/?format=api",
            "id": 28,
            "name": "Sony Playstation 2 (PS2)"
        },
        {
            "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
            "id": 1,
            "name": "Windows"
        }
    ],
    "types": [
        {
            "url": "https://demozoo.org/api/v1/production_types/6/?format=api",
            "id": 6,
            "name": "Tool",
            "supertype": "production"
        }
    ],
    "credits": [
        {
            "nick": {
                "name": "hitchhikr",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10106/?format=api",
                    "id": 10106,
                    "name": "hitchhikr",
                    "is_group": false
                }
            },
            "category": "Code",
            "role": ""
        }
    ],
    "download_links": [
        {
            "link_class": "SceneOrgFile",
            "url": "https://files.scene.org/view/demos/groups/neural/ps2/nrlpack_v1_1.zip"
        }
    ],
    "external_links": [
        {
            "link_class": "GithubRepo",
            "url": "https://github.com/hitchhikr/nrlpack"
        }
    ],
    "release_parties": [],
    "competition_placings": [],
    "invitation_parties": [],
    "screenshots": [],
    "tags": [
        "packer",
        "console-tool"
    ]
}