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

{
    "url": "https://demozoo.org/api/v1/productions/50/?format=api",
    "demozoo_url": "https://demozoo.org/productions/50/",
    "id": 50,
    "title": "Dream",
    "author_nicks": [
        {
            "name": "Velocity",
            "abbreviation": "VLC",
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/280/?format=api",
                "id": 280,
                "name": "Velocity",
                "is_group": true
            }
        }
    ],
    "author_affiliation_nicks": [],
    "release_date": "2000-07-15",
    "supertype": "production",
    "platforms": [
        {
            "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
            "id": 1,
            "name": "Windows"
        }
    ],
    "types": [
        {
            "url": "https://demozoo.org/api/v1/production_types/2/?format=api",
            "id": 2,
            "name": "64K Intro",
            "supertype": "production"
        }
    ],
    "credits": [
        {
            "nick": {
                "name": "Hebx2",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/281/?format=api",
                    "id": 281,
                    "name": "Hepphep",
                    "is_group": false
                }
            },
            "category": "Code",
            "role": ""
        },
        {
            "nick": {
                "name": "Chavez",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/282/?format=api",
                    "id": 282,
                    "name": "Chavez",
                    "is_group": false
                }
            },
            "category": "Music",
            "role": ""
        }
    ],
    "download_links": [
        {
            "link_class": "SceneOrgFile",
            "url": "https://files.scene.org/view/parties/2000/inscene00/in64/vlc_drmf.zip"
        }
    ],
    "external_links": [
        {
            "link_class": "PouetProduction",
            "url": "https://www.pouet.net/prod.php?which=30"
        }
    ],
    "release_parties": [],
    "competition_placings": [
        {
            "position": 1,
            "ranking": "1",
            "score": "",
            "competition": {
                "id": 3454,
                "name": "64KB Intro",
                "party": {
                    "url": "https://demozoo.org/api/v1/parties/1110/?format=api",
                    "demozoo_url": "https://demozoo.org/parties/1110/",
                    "id": 1110,
                    "name": "Inscene 2000",
                    "tagline": "",
                    "start_date": "2000-07-14",
                    "end_date": "2000-07-16",
                    "location": "Wilsele, Belgium",
                    "is_online": false,
                    "country_code": "BE",
                    "latitude": 50.892761,
                    "longitude": 4.69871,
                    "website": ""
                }
            }
        }
    ],
    "invitation_parties": [],
    "screenshots": [],
    "tags": [
        "minfmod"
    ]
}