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

[
    {
        "url": "https://demozoo.org/api/v1/productions/284314/?format=api",
        "demozoo_url": "https://demozoo.org/productions/284314/",
        "id": 284314,
        "title": "Second Music Pack",
        "author_nicks": [
            {
                "name": "Sunlikamelo-d",
                "abbreviation": "SLK",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/32220/?format=api",
                    "id": 32220,
                    "name": "Sunlikamelo-d",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997-06",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": [
            "xm"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/283386/?format=api",
        "demozoo_url": "https://demozoo.org/productions/283386/",
        "id": 283386,
        "title": "First Music Pack",
        "author_nicks": [
            {
                "name": "Sunlikamelo-d",
                "abbreviation": "SLK",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/32220/?format=api",
                    "id": 32220,
                    "name": "Sunlikamelo-d",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1996-12-10",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]