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

[
    {
        "url": "https://demozoo.org/api/v1/productions/179093/?format=api",
        "demozoo_url": "https://demozoo.org/productions/179093/",
        "id": 179093,
        "title": "FastCode",
        "author_nicks": [
            {
                "name": "PeKe",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/74392/?format=api",
                    "id": 74392,
                    "name": "PeKe",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Solstice",
                "abbreviation": "SLS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/28744/?format=api",
                    "id": 28744,
                    "name": "Solstice",
                    "is_group": true
                }
            }
        ],
        "release_date": "2004-10-30",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/179251/?format=api",
        "demozoo_url": "https://demozoo.org/productions/179251/",
        "id": 179251,
        "title": "Un programa que no valga para nada",
        "author_nicks": [
            {
                "name": "PeKe",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/74392/?format=api",
                    "id": 74392,
                    "name": "PeKe",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Solstice",
                "abbreviation": "SLS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/28744/?format=api",
                    "id": 28744,
                    "name": "Solstice",
                    "is_group": true
                }
            }
        ],
        "release_date": "2003-10-18",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]