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

[
    {
        "url": "https://demozoo.org/api/v1/productions/101580/?format=api",
        "demozoo_url": "https://demozoo.org/productions/101580/",
        "id": 101580,
        "title": "accessionintro",
        "author_nicks": [
            {
                "name": "DDT",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3010/?format=api",
                    "id": 3010,
                    "name": "DDT",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Accession",
                "abbreviation": "ACC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/935/?format=api",
                    "id": 935,
                    "name": "Accession",
                    "is_group": true
                }
            }
        ],
        "release_date": "2014-03-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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/2571/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/2571/",
        "id": 2571,
        "title": "AMIGA",
        "author_nicks": [
            {
                "name": "DDT",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3010/?format=api",
                    "id": 3010,
                    "name": "DDT",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2008-11-16",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/36/?format=api",
                "id": 36,
                "name": "Photo",
                "supertype": "graphics"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/208281/?format=api",
        "demozoo_url": "https://demozoo.org/music/208281/",
        "id": 208281,
        "title": "information",
        "author_nicks": [
            {
                "name": "DDT",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3010/?format=api",
                    "id": 3010,
                    "name": "DDT",
                    "is_group": false
                }
            },
            {
                "name": "Space Man",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8218/?format=api",
                    "id": 8218,
                    "name": "Scy",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1988-08-10",
        "supertype": "music",
        "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/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]