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

[
    {
        "url": "https://demozoo.org/api/v1/productions/368694/?format=api",
        "demozoo_url": "https://demozoo.org/music/368694/",
        "id": 368694,
        "title": "Always Together",
        "author_nicks": [
            {
                "name": "Ray",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/125605/?format=api",
                    "id": 125605,
                    "name": "Ray",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Decay",
                "abbreviation": "DCY",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/134310/?format=api",
                    "id": 134310,
                    "name": "Decay",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-02-18",
        "supertype": "music",
        "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/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "xm"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/371920/?format=api",
        "demozoo_url": "https://demozoo.org/music/371920/",
        "id": 371920,
        "title": "Don't Look Back",
        "author_nicks": [
            {
                "name": "Ray",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/125605/?format=api",
                    "id": 125605,
                    "name": "Ray",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Decay",
                "abbreviation": "DCY",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/134310/?format=api",
                    "id": 134310,
                    "name": "Decay",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-10-01",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "xm",
            "bj-guitar",
            "12"
        ]
    }
]