A simple python wrapper to access iTunes Store API http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html
Python 2.7.13 (default, Dec 18 2016, 07:03:39)
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import itunes
>>> itunes.search_artist('health')[0].get_albums()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "build/bdist.macosx-10.12-x86_64/egg/itunes/__init__.py", line 334, in get_albums
File "build/bdist.macosx-10.12-x86_64/egg/itunes/__init__.py", line 174, in get
File "build/bdist.macosx-10.12-x86_64/egg/itunes/__init__.py", line 377, in _set
KeyError: 'collectionPrice'
>>>
Seems similar to #12, not sure if it's related.