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

[
    {
        "url": "https://demozoo.org/api/v1/productions/45795/?format=api",
        "demozoo_url": "https://demozoo.org/productions/45795/",
        "id": 45795,
        "title": "Raos",
        "author_nicks": [
            {
                "name": "Potion",
                "abbreviation": "PTN",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7122/?format=api",
                    "id": 7122,
                    "name": "Potion",
                    "is_group": true
                }
            },
            {
                "name": "Weeds",
                "abbreviation": "WDS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10400/?format=api",
                    "id": 10400,
                    "name": "Weeds",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-07-10",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                "id": 6,
                "name": "Amiga AGA"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/2/?format=api",
                "id": 2,
                "name": "64K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/210843/?format=api",
        "demozoo_url": "https://demozoo.org/productions/210843/",
        "id": 210843,
        "title": "The Deep 1",
        "author_nicks": [
            {
                "name": "Weeds",
                "abbreviation": "WDS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10400/?format=api",
                    "id": 10400,
                    "name": "Weeds",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1998",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/5/?format=api",
                "id": 5,
                "name": "Diskmag",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]