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

[
    {
        "url": "https://demozoo.org/api/v1/productions/5963/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/5963/",
        "id": 5963,
        "title": "ASCII Trash 1",
        "author_nicks": [
            {
                "name": "CountZero",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6867/?format=api",
                    "id": 6867,
                    "name": "Stylez",
                    "is_group": false
                }
            },
            {
                "name": "Maverick",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7048/?format=api",
                    "id": 7048,
                    "name": "Maverick",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1993-04-16",
        "supertype": "graphics",
        "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/25/?format=api",
                "id": 25,
                "name": "ASCII Collection",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "first-production"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/210070/?format=api",
        "demozoo_url": "https://demozoo.org/music/210070/",
        "id": 210070,
        "title": "final4",
        "author_nicks": [
            {
                "name": "Maverick",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7048/?format=api",
                    "id": 7048,
                    "name": "Maverick",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1993",
        "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": []
    }
]