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

[
    {
        "url": "https://demozoo.org/api/v1/productions/170248/?format=api",
        "demozoo_url": "https://demozoo.org/productions/170248/",
        "id": 170248,
        "title": "1942",
        "author_nicks": [
            {
                "name": "The Berlin Boys",
                "abbreviation": "TBB",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/70875/?format=api",
                    "id": 70875,
                    "name": "The Berlin Boys",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1986-10",
        "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": [
            "uncredited-music",
            "1942"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/347779/?format=api",
        "demozoo_url": "https://demozoo.org/productions/347779/",
        "id": 347779,
        "title": "The Sound of Thrust",
        "author_nicks": [
            {
                "name": "The BAM International",
                "abbreviation": "BAM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/53748/?format=api",
                    "id": 53748,
                    "name": "The BAM International",
                    "is_group": true
                }
            },
            {
                "name": "The Berlin Boys",
                "abbreviation": "TBB",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/70875/?format=api",
                    "id": 70875,
                    "name": "The Berlin Boys",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1986",
        "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": []
    }
]