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

[
    {
        "url": "https://demozoo.org/api/v1/productions/83263/?format=api",
        "demozoo_url": "https://demozoo.org/music/83263/",
        "id": 83263,
        "title": "PushDown",
        "author_nicks": [
            {
                "name": "Kafka",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42222/?format=api",
                    "id": 42222,
                    "name": "Kafka",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "ReHP",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42223/?format=api",
                    "id": 42223,
                    "name": "ReHP",
                    "is_group": true
                }
            }
        ],
        "release_date": "2006-04-29",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/83282/?format=api",
        "demozoo_url": "https://demozoo.org/music/83282/",
        "id": 83282,
        "title": "Axiom",
        "author_nicks": [
            {
                "name": "Kafka",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42222/?format=api",
                    "id": 42222,
                    "name": "Kafka",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "ReHP",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42223/?format=api",
                    "id": 42223,
                    "name": "ReHP",
                    "is_group": true
                }
            }
        ],
        "release_date": "2006-04-29",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]