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

[
    {
        "url": "https://demozoo.org/api/v1/productions/321453/?format=api",
        "demozoo_url": "https://demozoo.org/productions/321453/",
        "id": 321453,
        "title": "Mutants Music",
        "author_nicks": [
            {
                "name": "The Outsiders 2005",
                "abbreviation": "TOD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/123058/?format=api",
                    "id": 123058,
                    "name": "The Outsiders 2005",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1987-02-23",
        "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": [
            "mutants"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/309314/?format=api",
        "demozoo_url": "https://demozoo.org/productions/309314/",
        "id": 309314,
        "title": "Bomb Jack II (High Score)",
        "author_nicks": [
            {
                "name": "The Outsiders 2005",
                "abbreviation": "TOD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/123058/?format=api",
                    "id": 123058,
                    "name": "The Outsiders 2005",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1987-02-17",
        "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",
            "bomb-jack-ii",
            "high-score-saver"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/299250/?format=api",
        "demozoo_url": "https://demozoo.org/productions/299250/",
        "id": 299250,
        "title": "Cool Music",
        "author_nicks": [
            {
                "name": "The Outsiders 2005",
                "abbreviation": "TOD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/123058/?format=api",
                    "id": 123058,
                    "name": "The Outsiders 2005",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1987-01-11",
        "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": []
    }
]