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

[
    {
        "url": "https://demozoo.org/api/v1/productions/99510/?format=api",
        "demozoo_url": "https://demozoo.org/productions/99510/",
        "id": 99510,
        "title": "Burn Down Minsk",
        "author_nicks": [
            {
                "name": "KURWAAMIGASCHEISSERS",
                "abbreviation": "KAS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/47139/?format=api",
                    "id": 47139,
                    "name": "KURWAAMIGASCHEISSERS",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2011-12",
        "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": [
            "textmode"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/99520/?format=api",
        "demozoo_url": "https://demozoo.org/productions/99520/",
        "id": 99520,
        "title": "KURWANOISE COMPO DOMINATOR 2010",
        "author_nicks": [
            {
                "name": "KURWAAMIGASCHEISSERS",
                "abbreviation": "KAS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/47139/?format=api",
                    "id": 47139,
                    "name": "KURWAAMIGASCHEISSERS",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2010-12",
        "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": [
            "textmode",
            "fmod"
        ]
    }
]