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

[
    {
        "url": "https://demozoo.org/api/v1/productions/38058/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/38058/",
        "id": 38058,
        "title": "Rubbish",
        "author_nicks": [
            {
                "name": "Alpha",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24512/?format=api",
                    "id": 24512,
                    "name": "Alpha",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Byteway",
                "abbreviation": "BTW",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/16939/?format=api",
                    "id": 16939,
                    "name": "Byteway",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-10-20",
        "supertype": "graphics",
        "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/25/?format=api",
                "id": 25,
                "name": "ASCII Collection",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "lost"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/38057/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/38057/",
        "id": 38057,
        "title": "Junk",
        "author_nicks": [
            {
                "name": "Alpha",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24512/?format=api",
                    "id": 24512,
                    "name": "Alpha",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Byteway",
                "abbreviation": "BTW",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/16939/?format=api",
                    "id": 16939,
                    "name": "Byteway",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-05-06",
        "supertype": "graphics",
        "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/25/?format=api",
                "id": 25,
                "name": "ASCII Collection",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]