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

[
    {
        "url": "https://demozoo.org/api/v1/productions/303753/?format=api",
        "demozoo_url": "https://demozoo.org/productions/303753/",
        "id": 303753,
        "title": "They Stole a Million Music",
        "author_nicks": [
            {
                "name": "Joke",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/127207/?format=api",
                    "id": 127207,
                    "name": "Joke",
                    "is_group": false
                }
            },
            {
                "name": "Starfox",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/127206/?format=api",
                    "id": 127206,
                    "name": "Starfox",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1987-01-30",
        "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": [
            "music-rip",
            "they-stole-a-million"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/301066/?format=api",
        "demozoo_url": "https://demozoo.org/productions/301066/",
        "id": 301066,
        "title": "Jailbreak Music",
        "author_nicks": [
            {
                "name": "Joke",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/127207/?format=api",
                    "id": 127207,
                    "name": "Joke",
                    "is_group": false
                }
            },
            {
                "name": "Starfox",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/127206/?format=api",
                    "id": 127206,
                    "name": "Starfox",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1987-01-20",
        "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": [
            "music-rip",
            "border-sprites",
            "jail-break-1986"
        ]
    }
]