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

[
    {
        "url": "https://demozoo.org/api/v1/productions/45648/?format=api",
        "demozoo_url": "https://demozoo.org/music/45648/",
        "id": 45648,
        "title": "Wanna Play Tough?",
        "author_nicks": [
            {
                "name": "Zero",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/28220/?format=api",
                    "id": 28220,
                    "name": "Zero",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Codex",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/28221/?format=api",
                    "id": 28221,
                    "name": "Codex",
                    "is_group": true
                }
            },
            {
                "name": "Daedra Knights Guild",
                "abbreviation": "DKG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/28319/?format=api",
                    "id": 28319,
                    "name": "Daedra Knights Guild",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-12-11",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "12ch",
            "it"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/45845/?format=api",
        "demozoo_url": "https://demozoo.org/music/45845/",
        "id": 45845,
        "title": "President Evil",
        "author_nicks": [
            {
                "name": "Zero",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/28220/?format=api",
                    "id": 28220,
                    "name": "Zero",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Daedra Knights Guild",
                "abbreviation": "DKG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/28319/?format=api",
                    "id": 28319,
                    "name": "Daedra Knights Guild",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-01-23",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]