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

[
    {
        "url": "https://demozoo.org/api/v1/productions/287403/?format=api",
        "demozoo_url": "https://demozoo.org/productions/287403/",
        "id": 287403,
        "title": "Second Intro",
        "author_nicks": [
            {
                "name": "The United Crew Inc.",
                "abbreviation": "UCI",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/54232/?format=api",
                    "id": 54232,
                    "name": "The United Crew Inc.",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1994-01-01",
        "supertype": "production",
        "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/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "no-credits-added"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/124257/?format=api",
        "demozoo_url": "https://demozoo.org/productions/124257/",
        "id": 124257,
        "title": "Graphic Mod Player 2.2",
        "author_nicks": [
            {
                "name": "The United Crew Inc.",
                "abbreviation": "UCI",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/54232/?format=api",
                    "id": 54232,
                    "name": "The United Crew Inc.",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1993-12",
        "supertype": "production",
        "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/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": [
            "music-player"
        ]
    }
]