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

[
    {
        "url": "https://demozoo.org/api/v1/productions/101097/?format=api",
        "demozoo_url": "https://demozoo.org/productions/101097/",
        "id": 101097,
        "title": "Echo Magazine #08",
        "author_nicks": [
            {
                "name": "Prestige",
                "abbreviation": "PSG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42045/?format=api",
                    "id": 42045,
                    "name": "Prestige",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1998-07-28",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/5/?format=api",
                "id": 5,
                "name": "Diskmag",
                "supertype": "production"
            },
            {
                "url": "https://demozoo.org/api/v1/production_types/9/?format=api",
                "id": 9,
                "name": "Pack",
                "supertype": "production"
            }
        ],
        "tags": [
            "polish",
            "echo-magazine"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/78761/?format=api",
        "demozoo_url": "https://demozoo.org/productions/78761/",
        "id": 78761,
        "title": "Echo Magazine #07",
        "author_nicks": [
            {
                "name": "Prestige",
                "abbreviation": "PSG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42045/?format=api",
                    "id": 42045,
                    "name": "Prestige",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1998-01-10",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/5/?format=api",
                "id": 5,
                "name": "Diskmag",
                "supertype": "production"
            },
            {
                "url": "https://demozoo.org/api/v1/production_types/9/?format=api",
                "id": 9,
                "name": "Pack",
                "supertype": "production"
            }
        ],
        "tags": [
            "polish",
            "echo-magazine"
        ]
    }
]