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

[
    {
        "url": "https://demozoo.org/api/v1/productions/117450/?format=api",
        "demozoo_url": "https://demozoo.org/productions/117450/",
        "id": 117450,
        "title": "Robert In The Fire Factory",
        "author_nicks": [
            {
                "name": "Harald Siegmund",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/51722/?format=api",
                    "id": 51722,
                    "name": "Harald Siegmund",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1992-11-14",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "monochrome"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/132898/?format=api",
        "demozoo_url": "https://demozoo.org/music/132898/",
        "id": 132898,
        "title": "Jumping Jacks Big Adventure",
        "author_nicks": [
            {
                "name": "Harald Siegmund",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/51722/?format=api",
                    "id": 51722,
                    "name": "Harald Siegmund",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1983",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/16/?format=api",
                "id": 16,
                "name": "Atari 8 bit"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "sap"
        ]
    }
]