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

[
    {
        "url": "https://demozoo.org/api/v1/productions/336321/?format=api",
        "demozoo_url": "https://demozoo.org/productions/336321/",
        "id": 336321,
        "title": "ORA #91",
        "author_nicks": [
            {
                "name": "Alpha Flight",
                "abbreviation": "AFL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1492/?format=api",
                    "id": 1492,
                    "name": "Alpha Flight",
                    "is_group": true
                }
            },
            {
                "name": "Omega",
                "abbreviation": "OMG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/39698/?format=api",
                    "id": 39698,
                    "name": "Omega",
                    "is_group": true
                }
            },
            {
                "name": "Rizing",
                "abbreviation": "RZN",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1248/?format=api",
                    "id": 1248,
                    "name": "Rizing",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991-03-28",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/205269/?format=api",
        "demozoo_url": "https://demozoo.org/productions/205269/",
        "id": 205269,
        "title": "Breathalyzer",
        "author_nicks": [
            {
                "name": "Omega",
                "abbreviation": "OMG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/39698/?format=api",
                    "id": 39698,
                    "name": "Omega",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991-01",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": [
            "no-sound",
            "trainer",
            "breathalyzer",
            "no-credits-given"
        ]
    }
]