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

[
    {
        "url": "https://demozoo.org/api/v1/productions/175588/?format=api",
        "demozoo_url": "https://demozoo.org/productions/175588/",
        "id": 175588,
        "title": "Zero Byte Demo",
        "author_nicks": [
            {
                "name": "Arteffect",
                "abbreviation": "AFT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/44117/?format=api",
                    "id": 44117,
                    "name": "Arteffect",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2010-12",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/36/?format=api",
                "id": 36,
                "name": "Amstrad CPC"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/90933/?format=api",
        "demozoo_url": "https://demozoo.org/productions/90933/",
        "id": 90933,
        "title": "Heretical",
        "author_nicks": [
            {
                "name": "Arteffect",
                "abbreviation": "AFT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/44117/?format=api",
                    "id": 44117,
                    "name": "Arteffect",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1998-02",
        "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/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]