All endpoints that return images hosted by ochre will react to image_size GET param.
This will return all the images from a given response matching the size specified, if available. By default the api will return small images.
Size reference
- XL
value: xl
width: 2000 - L
value: l
width: 1000 - M
value: m
width: 500 - XS
value: s
width: 250 - XS
value: xs
width: 125 - XXS
value: xxs
width: 80
Sample request: /music/releases/96596?image_size=m
This will return the artwork as a 500x500 image
