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

[
    {
        "url": "https://demozoo.org/api/v1/productions/5604/?format=api",
        "demozoo_url": "https://demozoo.org/productions/5604/",
        "id": 5604,
        "title": "sux",
        "author_nicks": [
            {
                "name": "Shiva",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1979/?format=api",
                    "id": 1979,
                    "name": "Shiva",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Kolor",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1980/?format=api",
                    "id": 1980,
                    "name": "Kolor",
                    "is_group": true
                }
            }
        ],
        "release_date": "2002-01-27",
        "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/16/?format=api",
                "id": 16,
                "name": "64b Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/145556/?format=api",
        "demozoo_url": "https://demozoo.org/productions/145556/",
        "id": 145556,
        "title": "Wir wollen alle Ryg's Freundin sein",
        "author_nicks": [
            {
                "name": "Igor",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3530/?format=api",
                    "id": 3530,
                    "name": "Fieser Wolf",
                    "is_group": false
                }
            },
            {
                "name": "Shiva",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1979/?format=api",
                    "id": 1979,
                    "name": "Shiva",
                    "is_group": false
                }
            },
            {
                "name": "eha",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1141/?format=api",
                    "id": 1141,
                    "name": "eha",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2001-07-14",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]