beatport 0.1.3 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. data/Gemfile +7 -5
  2. data/Gemfile.lock +22 -20
  3. data/Rakefile +7 -7
  4. data/VERSION +1 -1
  5. data/beatport.gemspec +56 -20
  6. data/lib/beatport/catalog.rb +2 -0
  7. data/lib/beatport/catalog/djprofile.rb +7 -0
  8. data/lib/beatport/catalog/part.rb +7 -0
  9. data/lib/beatport/support/query_builder.rb +1 -1
  10. data/spec/catalog/account_type_spec.rb +18 -5
  11. data/spec/catalog/artist_spec.rb +61 -41
  12. data/spec/catalog/audio_format_spec.rb +12 -4
  13. data/spec/catalog/autocomplete_spec.rb +9 -3
  14. data/spec/catalog/chart_spec.rb +11 -5
  15. data/spec/catalog/country_spec.rb +4 -2
  16. data/spec/catalog/currency_spec.rb +3 -1
  17. data/spec/catalog/genre_spec.rb +30 -12
  18. data/spec/catalog/home_spec.rb +7 -5
  19. data/spec/catalog/label_spec.rb +21 -10
  20. data/spec/catalog/release_spec.rb +11 -7
  21. data/spec/catalog/search_spec.rb +22 -8
  22. data/spec/catalog/slide_spec.rb +4 -0
  23. data/spec/catalog/source_type_spec.rb +3 -1
  24. data/spec/catalog/track_spec.rb +9 -7
  25. data/spec/fixtures/account_type_all.yml +40 -0
  26. data/spec/fixtures/account_type_visa.yml +38 -0
  27. data/spec/fixtures/artist_7181.yml +43 -0
  28. data/spec/fixtures/artist_7181_7182.yml +44 -0
  29. data/spec/fixtures/artist_7181_top_downloads.yml +105 -0
  30. data/spec/fixtures/artist_all.yml +64 -0
  31. data/spec/fixtures/artist_all_5_per_page.yml +53 -0
  32. data/spec/fixtures/artist_all_for_facets.yml +38 -0
  33. data/spec/fixtures/artist_all_return_facets.yml +144 -0
  34. data/spec/fixtures/artist_all_sorted.yml +44 -0
  35. data/spec/fixtures/audio_format_2.yml +38 -0
  36. data/spec/fixtures/audio_format_all.yml +44 -0
  37. data/spec/fixtures/audio_format_wav.yml +38 -0
  38. data/spec/fixtures/autocomplete_lutzen.yml +41 -0
  39. data/spec/fixtures/autocomplete_lutzen_page_3.yml +39 -0
  40. data/spec/fixtures/chart_15722.yml +39 -0
  41. data/spec/fixtures/country_au.yml +43 -0
  42. data/spec/fixtures/currency_all.yml +127 -0
  43. data/spec/fixtures/genre_7.yml +38 -0
  44. data/spec/fixtures/genre_all.yml +47 -0
  45. data/spec/fixtures/genre_all_with_subgenres.yml +62 -0
  46. data/spec/fixtures/genre_invalid.yml +38 -0
  47. data/spec/fixtures/label_1390.yml +43 -0
  48. data/spec/fixtures/label_all.yml +76 -0
  49. data/spec/fixtures/release_164808.yml +55 -0
  50. data/spec/fixtures/search_ANJCDCO011D.yml +38 -0
  51. data/spec/fixtures/search_anjunadeep_genre_trance.yml +101 -0
  52. data/spec/fixtures/search_archipel.yml +102 -0
  53. data/spec/fixtures/search_believe_2004.yml +220 -0
  54. data/spec/fixtures/source_type_all.yml +38 -0
  55. data/spec/fixtures/track_1217790.yml +45 -0
  56. data/spec/spec_helper.rb +7 -0
  57. metadata +179 -134
@@ -0,0 +1,38 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.beatport.com/catalog/3/genres?subgenres=true&id=7
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message: OK
14
+ headers:
15
+ date:
16
+ - Wed, 10 Oct 2012 00:44:28 GMT
17
+ server:
18
+ - Apache
19
+ expires:
20
+ - Wed, 10 Oct 2012 01:14:28 GMT
21
+ pragma:
22
+ - public
23
+ cache-control:
24
+ - public, max-age=1800
25
+ access-control-allow-origin:
26
+ - ! '*'
27
+ connection:
28
+ - close
29
+ transfer-encoding:
30
+ - chunked
31
+ content-type:
32
+ - application/json
33
+ body:
34
+ encoding: US-ASCII
35
+ string: ! '{"metadata":{"page":1,"perPage":1,"count":1},"results":[{"id":7,"name":"Trance","slug":"trance","subgenres":[{"id":28,"name":"Acid","slug":"acid"},{"id":30,"name":"Epic","slug":"epic"},{"id":31,"name":"Hard","slug":"hard"},{"id":27,"name":"Progressive","slug":"progressive"},{"id":29,"name":"Tech","slug":"tech"},{"id":26,"name":"Tribal","slug":"tribal"}]}]}'
36
+ http_version: '1.1'
37
+ recorded_at: Wed, 10 Oct 2012 00:44:28 GMT
38
+ recorded_with: VCR 2.2.5
@@ -0,0 +1,47 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.beatport.com/catalog/3/genres?
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message: OK
14
+ headers:
15
+ date:
16
+ - Wed, 10 Oct 2012 00:47:52 GMT
17
+ server:
18
+ - Apache
19
+ expires:
20
+ - Wed, 10 Oct 2012 01:17:52 GMT
21
+ pragma:
22
+ - public
23
+ cache-control:
24
+ - public, max-age=1800
25
+ access-control-allow-origin:
26
+ - ! '*'
27
+ connection:
28
+ - close
29
+ transfer-encoding:
30
+ - chunked
31
+ content-type:
32
+ - application/json
33
+ body:
34
+ encoding: US-ASCII
35
+ string: ! '{"metadata":{"page":1,"perPage":23,"count":23},"results":[{"id":9,"name":"Breaks","slug":"breaks","subgenres":[]},{"id":10,"name":"Chill
36
+ Out","slug":"chill-out","subgenres":[]},{"id":16,"name":"DJ Tools","slug":"dj-tools","subgenres":[]},{"id":12,"name":"Deep
37
+ House","slug":"deep-house","subgenres":[]},{"id":1,"name":"Drum & Bass","slug":"drum-and-bass","subgenres":[]},{"id":18,"name":"Dubstep","slug":"dubstep","subgenres":[]},{"id":17,"name":"Electro
38
+ House","slug":"electro-house","subgenres":[]},{"id":3,"name":"Electronica","slug":"electronica","subgenres":[]},{"id":40,"name":"Funk
39
+ \/ R&B","slug":"funk-r-and-b","subgenres":[]},{"id":49,"name":"Glitch Hop","slug":"glitch-hop","subgenres":[]},{"id":8,"name":"Hard
40
+ Dance","slug":"hard-dance","subgenres":[]},{"id":2,"name":"Hardcore \/ Hard
41
+ Techno","slug":"hardcore-hard-techno","subgenres":[]},{"id":38,"name":"Hip-Hop","slug":"hip-hop","subgenres":[]},{"id":5,"name":"House","slug":"house","subgenres":[]},{"id":37,"name":"Indie
42
+ Dance \/ Nu Disco","slug":"indie-dance-nu-disco","subgenres":[]},{"id":14,"name":"Minimal","slug":"minimal","subgenres":[]},{"id":39,"name":"Pop
43
+ \/ Rock","slug":"pop-rock","subgenres":[]},{"id":15,"name":"Progressive House","slug":"progressive-house","subgenres":[]},{"id":13,"name":"Psy-Trance","slug":"psy-trance","subgenres":[]},{"id":41,"name":"Reggae
44
+ \/ Dub","slug":"reggae-dub","subgenres":[]},{"id":11,"name":"Tech House","slug":"tech-house","subgenres":[]},{"id":6,"name":"Techno","slug":"techno","subgenres":[]},{"id":7,"name":"Trance","slug":"trance","subgenres":[]}]}'
45
+ http_version: '1.1'
46
+ recorded_at: Wed, 10 Oct 2012 00:47:52 GMT
47
+ recorded_with: VCR 2.2.5
@@ -0,0 +1,62 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.beatport.com/catalog/3/genres?subgenres=true
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message: OK
14
+ headers:
15
+ date:
16
+ - Wed, 10 Oct 2012 00:47:52 GMT
17
+ server:
18
+ - Apache
19
+ expires:
20
+ - Wed, 10 Oct 2012 01:17:53 GMT
21
+ pragma:
22
+ - public
23
+ cache-control:
24
+ - public, max-age=1800
25
+ access-control-allow-origin:
26
+ - ! '*'
27
+ connection:
28
+ - close
29
+ transfer-encoding:
30
+ - chunked
31
+ content-type:
32
+ - application/json
33
+ body:
34
+ encoding: US-ASCII
35
+ string: ! '{"metadata":{"page":1,"perPage":23,"count":23},"results":[{"id":9,"name":"Breaks","slug":"breaks","subgenres":[{"id":34,"name":"2
36
+ Step","slug":"2-step"},{"id":37,"name":"Acid","slug":"acid"},{"id":33,"name":"Big
37
+ Beat","slug":"big-beat"},{"id":35,"name":"Electro","slug":"electro"},{"id":62,"name":"Funky
38
+ Breaks","slug":"funky-breaks"},{"id":63,"name":"Hardcore Breaks","slug":"hardcore-breaks"},{"id":36,"name":"Nu
39
+ Skool","slug":"nu-skool"},{"id":38,"name":"Progressive","slug":"progressive"},{"id":96,"name":"Psybreaks","slug":"psybreaks"}]},{"id":10,"name":"Chill
40
+ Out","slug":"chill-out","subgenres":[{"id":41,"name":"Acid Jazz","slug":"acid-jazz"},{"id":69,"name":"Ambient","slug":"ambient"},{"id":39,"name":"Downtempo","slug":"downtempo"},{"id":40,"name":"Nu-Jazz","slug":"nu-jazz"},{"id":42,"name":"Trip-Hop","slug":"trip-hop"}]},{"id":16,"name":"DJ
41
+ Tools","slug":"dj-tools","subgenres":[{"id":46,"name":"Acapellas","slug":"acapellas"},{"id":44,"name":"Reprise","slug":"reprise"},{"id":45,"name":"loops","slug":"loops"}]},{"id":12,"name":"Deep
42
+ House","slug":"deep-house","subgenres":[]},{"id":1,"name":"Drum & Bass","slug":"drum-and-bass","subgenres":[{"id":65,"name":"Breakcore","slug":"breakcore"},{"id":1,"name":"Dark
43
+ Step","slug":"dark-step"},{"id":92,"name":"Drumstep","slug":"drumstep"},{"id":64,"name":"Electro
44
+ Step","slug":"electro-step"},{"id":2,"name":"Experimental","slug":"experimental"},{"id":3,"name":"Hardstep","slug":"hardstep"},{"id":4,"name":"Intelligent","slug":"intelligent"},{"id":6,"name":"Jump
45
+ Up","slug":"jump-up"},{"id":66,"name":"Jungle","slug":"jungle"},{"id":5,"name":"Liquid","slug":"liquid"},{"id":10,"name":"Old
46
+ School","slug":"old-school"},{"id":7,"name":"Ragga","slug":"ragga"},{"id":8,"name":"Techstep
47
+ \/ Electrostep","slug":"techstep-electrostep"},{"id":9,"name":"Vocal","slug":"vocal"}]},{"id":18,"name":"Dubstep","slug":"dubstep","subgenres":[]},{"id":17,"name":"Electro
48
+ House","slug":"electro-house","subgenres":[{"id":99,"name":"Moombahton","slug":"moombahton"}]},{"id":3,"name":"Electronica","slug":"electronica","subgenres":[{"id":93,"name":"Bass
49
+ Music","slug":"bass-music"},{"id":14,"name":"Electro","slug":"electro"},{"id":71,"name":"Experimental\/Noise\/Industrial","slug":"experimental-noise-industrial"},{"id":13,"name":"IDM","slug":"idm"},{"id":70,"name":"Indie","slug":"indie"},{"id":94,"name":"Juke","slug":"juke"},{"id":15,"name":"LeftField","slug":"leftfield"}]},{"id":40,"name":"Funk
50
+ \/ R&B","slug":"funk-r-and-b","subgenres":[{"id":97,"name":"Jazz","slug":"jazz"},{"id":98,"name":"World","slug":"world"}]},{"id":49,"name":"Glitch
51
+ Hop","slug":"glitch-hop","subgenres":[]},{"id":8,"name":"Hard Dance","slug":"hard-dance","subgenres":[{"id":100,"name":"Hard
52
+ Style","slug":"hard-style"},{"id":32,"name":"Nu-NRG","slug":"nu-nrg"}]},{"id":2,"name":"Hardcore
53
+ \/ Hard Techno","slug":"hardcore-hard-techno","subgenres":[{"id":11,"name":"Gabber","slug":"gabber"},{"id":12,"name":"Happy","slug":"happy"}]},{"id":38,"name":"Hip-Hop","slug":"hip-hop","subgenres":[{"id":95,"name":"Grime","slug":"grime"}]},{"id":5,"name":"House","slug":"house","subgenres":[{"id":18,"name":"Disco","slug":"disco"},{"id":87,"name":"Garage","slug":"garage"},{"id":19,"name":"Tribal","slug":"tribal"},{"id":17,"name":"Vocal
54
+ House","slug":"vocal-house"}]},{"id":37,"name":"Indie Dance \/ Nu Disco","slug":"indie-dance-nu-disco","subgenres":[{"id":88,"name":"Indie
55
+ Dance","slug":"indie-dance"},{"id":89,"name":"Nu Disco","slug":"nu-disco"}]},{"id":14,"name":"Minimal","slug":"minimal","subgenres":[]},{"id":39,"name":"Pop
56
+ \/ Rock","slug":"pop-rock","subgenres":[]},{"id":15,"name":"Progressive House","slug":"progressive-house","subgenres":[{"id":91,"name":"ProgNo","slug":"progno"}]},{"id":13,"name":"Psy-Trance","slug":"psy-trance","subgenres":[]},{"id":41,"name":"Reggae
57
+ \/ Dub","slug":"reggae-dub","subgenres":[]},{"id":11,"name":"Tech House","slug":"tech-house","subgenres":[{"id":43,"name":"Acid","slug":"acid"}]},{"id":6,"name":"Techno","slug":"techno","subgenres":[{"id":90,"name":"Acid","slug":"acid"},{"id":25,"name":"Detroit
58
+ Techno","slug":"detroit-techno"},{"id":68,"name":"Dub Techno","slug":"dub-techno"},{"id":23,"name":"Ghetto-Tek","slug":"ghetto-tek"},{"id":67,"name":"Hard
59
+ Techno","slug":"hard-techno"},{"id":24,"name":"Melodic","slug":"melodic"}]},{"id":7,"name":"Trance","slug":"trance","subgenres":[{"id":28,"name":"Acid","slug":"acid"},{"id":30,"name":"Epic","slug":"epic"},{"id":31,"name":"Hard","slug":"hard"},{"id":27,"name":"Progressive","slug":"progressive"},{"id":29,"name":"Tech","slug":"tech"},{"id":26,"name":"Tribal","slug":"tribal"}]}]}'
60
+ http_version: '1.1'
61
+ recorded_at: Wed, 10 Oct 2012 00:47:53 GMT
62
+ recorded_with: VCR 2.2.5
@@ -0,0 +1,38 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.beatport.com/catalog/3/genres?subgenres=true&id=9999999
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message: OK
14
+ headers:
15
+ date:
16
+ - Wed, 10 Oct 2012 00:49:09 GMT
17
+ server:
18
+ - Apache
19
+ expires:
20
+ - Wed, 10 Oct 2012 01:19:09 GMT
21
+ pragma:
22
+ - public
23
+ cache-control:
24
+ - public, max-age=1800
25
+ access-control-allow-origin:
26
+ - ! '*'
27
+ connection:
28
+ - close
29
+ transfer-encoding:
30
+ - chunked
31
+ content-type:
32
+ - application/json
33
+ body:
34
+ encoding: US-ASCII
35
+ string: ! '{"metadata":{"page":1,"perPage":0,"count":0},"results":[]}'
36
+ http_version: '1.1'
37
+ recorded_at: Wed, 10 Oct 2012 00:49:09 GMT
38
+ recorded_with: VCR 2.2.5
@@ -0,0 +1,43 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.beatport.com/catalog/3/labels?id=1390
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message: OK
14
+ headers:
15
+ date:
16
+ - Wed, 10 Oct 2012 00:51:11 GMT
17
+ server:
18
+ - Apache
19
+ expires:
20
+ - Wed, 10 Oct 2012 01:21:11 GMT
21
+ pragma:
22
+ - public
23
+ cache-control:
24
+ - public, max-age=1800
25
+ access-control-allow-origin:
26
+ - ! '*'
27
+ connection:
28
+ - close
29
+ transfer-encoding:
30
+ - chunked
31
+ content-type:
32
+ - application/json
33
+ body:
34
+ encoding: US-ASCII
35
+ string: ! '{"metadata":{"host":"api.beatport.com","path":"\/catalog\/labels","query":"id=1390","page":1,"perPage":10,"count":1,"totalPages":1,"perPageOptions":[{"value":50,"applyQuery":"id=1390&perPage=50"},{"value":100,"applyQuery":"id=1390&perPage=100"},{"value":150,"applyQuery":"id=1390&perPage=150"}],"facets":{"fields":[]},"appliedFacets":[],"spellcheck":{"suggestions":[]}},"results":[{"id":1390,"type":"label","name":"Anjunadeep","slug":"anjunadeep","active":true,"lastPublishDate":"2012-10-08","biography":"","genres":[{"id":7,"name":"Trance","slug":"trance","type":"genre"},{"id":15,"name":"Progressive
36
+ House","slug":"progressive-house","type":"genre"},{"id":17,"name":"Electro
37
+ House","slug":"electro-house","type":"genre"},{"id":5,"name":"House","slug":"house","type":"genre"},{"id":11,"name":"Tech
38
+ House","slug":"tech-house","type":"genre"},{"id":3,"name":"Electronica","slug":"electronica","type":"genre"},{"id":1,"name":"Drum
39
+ & Bass","slug":"drum-and-bass","type":"genre"},{"id":10,"name":"Chill Out","slug":"chill-out","type":"genre"},{"id":12,"name":"Deep
40
+ House","slug":"deep-house","type":"genre"},{"id":6,"name":"Techno","slug":"techno","type":"genre"},{"id":18,"name":"Dubstep","slug":"dubstep","type":"genre"}],"subGenres":[{"id":27,"name":"Progressive","slug":"progressive","type":"subgenre"},{"id":91,"name":"ProgNo","slug":"progno","type":"subgenre"}],"displayLevel":1,"images":{"small":{"width":30,"height":30,"url":"http:\/\/geo-media.beatport.com\/image\/3406.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/3406.jpg"},"medium":{"width":60,"height":60,"url":"http:\/\/geo-media.beatport.com\/image\/1191.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/1191.jpg"},"large":{"width":500,"height":500,"url":"http:\/\/geo-media.beatport.com\/image\/5539566.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5539566.jpg"},"banner":{"width":592,"height":96,"url":"http:\/\/geo-media.beatport.com\/image\/345152.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/345152.jpg"}},"dynamicImages":{"main":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/1191.jpg"}}}]}'
41
+ http_version: '1.1'
42
+ recorded_at: Wed, 10 Oct 2012 00:51:11 GMT
43
+ recorded_with: VCR 2.2.5
@@ -0,0 +1,76 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.beatport.com/catalog/3/labels?
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message: OK
14
+ headers:
15
+ date:
16
+ - Wed, 10 Oct 2012 00:51:11 GMT
17
+ server:
18
+ - Apache
19
+ expires:
20
+ - Wed, 10 Oct 2012 01:21:11 GMT
21
+ pragma:
22
+ - public
23
+ cache-control:
24
+ - public, max-age=1800
25
+ access-control-allow-origin:
26
+ - ! '*'
27
+ connection:
28
+ - close
29
+ transfer-encoding:
30
+ - chunked
31
+ content-type:
32
+ - application/json
33
+ body:
34
+ encoding: US-ASCII
35
+ string: ! '{"metadata":{"host":"api.beatport.com","path":"\/catalog\/labels","query":false,"page":1,"perPage":10,"count":22434,"totalPages":2244,"nextQuery":"page=2","perPageOptions":[{"value":50,"applyQuery":"perPage=50"},{"value":100,"applyQuery":"perPage=100"},{"value":150,"applyQuery":"perPage=150"}],"facets":{"fields":[]},"appliedFacets":[],"spellcheck":{"suggestions":[]}},"results":[{"id":3,"type":"label","name":"12
36
+ Inch Thumpers","slug":"12-inch-thumpers","active":true,"lastPublishDate":"2010-09-15","biography":"","genres":[{"id":8,"name":"Hard
37
+ Dance","slug":"hard-dance","type":"genre"},{"id":5,"name":"House","slug":"house","type":"genre"},{"id":15,"name":"Progressive
38
+ House","slug":"progressive-house","type":"genre"},{"id":16,"name":"DJ Tools","slug":"dj-tools","type":"genre"},{"id":6,"name":"Techno","slug":"techno","type":"genre"},{"id":7,"name":"Trance","slug":"trance","type":"genre"},{"id":2,"name":"Hardcore
39
+ \/ Hard Techno","slug":"hardcore-hard-techno","type":"genre"}],"subGenres":[{"id":18,"name":"Disco","slug":"disco","type":"subgenre"},{"id":46,"name":"Acapellas","slug":"acapellas","type":"subgenre"},{"id":17,"name":"Vocal
40
+ House","slug":"vocal-house","type":"subgenre"},{"id":29,"name":"Tech","slug":"tech","type":"subgenre"},{"id":31,"name":"Hard","slug":"hard","type":"subgenre"}],"displayLevel":1,"images":{"small":{"width":30,"height":30,"url":"http:\/\/geo-media.beatport.com\/image\/2215.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/2215.jpg"},"medium":{"width":60,"height":60,"url":"http:\/\/geo-media.beatport.com\/image\/2.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/2.jpg"},"large":{"width":500,"height":500,"url":"http:\/\/geo-media.beatport.com\/image\/5539566.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5539566.jpg"},"banner":{"width":592,"height":96,"url":"http:\/\/geo-media.beatport.com\/image\/37199.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/37199.jpg"}},"dynamicImages":{"main":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/2.jpg"}}},{"id":5,"type":"label","name":"24seven","slug":"24seven","active":true,"lastPublishDate":"2007-05-15","biography":"","genres":[{"id":5,"name":"House","slug":"house","type":"genre"},{"id":15,"name":"Progressive
41
+ House","slug":"progressive-house","type":"genre"},{"id":17,"name":"Electro
42
+ House","slug":"electro-house","type":"genre"},{"id":3,"name":"Electronica","slug":"electronica","type":"genre"}],"subGenres":[{"id":19,"name":"Tribal","slug":"tribal","type":"subgenre"}],"displayLevel":1,"images":{"small":{"width":30,"height":30,"url":"http:\/\/geo-media.beatport.com\/image\/73504.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/73504.jpg"},"medium":{"width":60,"height":60,"url":"http:\/\/geo-media.beatport.com\/image\/73503.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/73503.jpg"},"large":{"width":500,"height":500,"url":"http:\/\/geo-media.beatport.com\/image\/5539566.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5539566.jpg"}},"dynamicImages":{"main":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/73503.jpg"}}},{"id":7,"type":"label","name":"3am
43
+ Recordings","slug":"3am-recordings","active":true,"lastPublishDate":"2012-09-17","biography":"","genres":[{"id":5,"name":"House","slug":"house","type":"genre"},{"id":12,"name":"Deep
44
+ House","slug":"deep-house","type":"genre"},{"id":11,"name":"Tech House","slug":"tech-house","type":"genre"},{"id":10,"name":"Chill
45
+ Out","slug":"chill-out","type":"genre"},{"id":3,"name":"Electronica","slug":"electronica","type":"genre"},{"id":15,"name":"Progressive
46
+ House","slug":"progressive-house","type":"genre"},{"id":6,"name":"Techno","slug":"techno","type":"genre"},{"id":37,"name":"Indie
47
+ Dance \/ Nu Disco","slug":"indie-dance-nu-disco","type":"genre"}],"subGenres":[{"id":43,"name":"Acid","slug":"acid","type":"subgenre"},{"id":39,"name":"Downtempo","slug":"downtempo","type":"subgenre"},{"id":18,"name":"Disco","slug":"disco","type":"subgenre"},{"id":14,"name":"Electro","slug":"electro","type":"subgenre"},{"id":87,"name":"Garage","slug":"garage","type":"subgenre"},{"id":19,"name":"Tribal","slug":"tribal","type":"subgenre"}],"displayLevel":1,"images":{"small":{"width":30,"height":30,"url":"http:\/\/geo-media.beatport.com\/image\/4050320.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/4050320.jpg"},"medium":{"width":60,"height":60,"url":"http:\/\/geo-media.beatport.com\/image\/4050321.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/4050321.jpg"},"large":{"width":500,"height":500,"url":"http:\/\/geo-media.beatport.com\/image\/4050322.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/4050322.jpg"},"banner":{"width":592,"height":96,"url":"http:\/\/geo-media.beatport.com\/image\/836697.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/836697.jpg"}},"dynamicImages":{"main":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/4050322.jpg"},"banner":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/836697.jpg"}}},{"id":8,"type":"label","name":"720
48
+ Degrees Music","slug":"720-degrees-music","active":true,"lastPublishDate":"2004-12-17","biography":"","genres":[],"subGenres":[],"displayLevel":1,"images":{"small":{"width":30,"height":30,"url":"http:\/\/geo-media.beatport.com\/image\/2219.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/2219.jpg"},"medium":{"width":60,"height":60,"url":"http:\/\/geo-media.beatport.com\/image\/6.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/6.jpg"},"large":{"width":500,"height":500,"url":"http:\/\/geo-media.beatport.com\/image\/5539566.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5539566.jpg"}},"dynamicImages":{"main":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/6.jpg"}}},{"id":11,"type":"label","name":"83
49
+ West Records","slug":"83-west-records","active":true,"lastPublishDate":"2005-06-07","biography":"","genres":[{"id":5,"name":"House","slug":"house","type":"genre"},{"id":10,"name":"Chill
50
+ Out","slug":"chill-out","type":"genre"},{"id":12,"name":"Deep House","slug":"deep-house","type":"genre"}],"subGenres":[{"id":17,"name":"Vocal
51
+ House","slug":"vocal-house","type":"subgenre"},{"id":41,"name":"Acid Jazz","slug":"acid-jazz","type":"subgenre"}],"displayLevel":1,"images":{"small":{"width":30,"height":30,"url":"http:\/\/geo-media.beatport.com\/image\/2220.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/2220.jpg"},"medium":{"width":60,"height":60,"url":"http:\/\/geo-media.beatport.com\/image\/7.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/7.jpg"},"large":{"width":500,"height":500,"url":"http:\/\/geo-media.beatport.com\/image\/5539566.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5539566.jpg"},"banner":{"width":592,"height":96,"url":"http:\/\/geo-media.beatport.com\/image\/37464.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/37464.jpg"}},"dynamicImages":{"main":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/7.jpg"}}},{"id":12,"type":"label","name":"A
52
+ State Of Trance (Armada)","slug":"a-state-of-trance-armada","active":true,"lastPublishDate":"2012-10-03","biography":"","genres":[{"id":7,"name":"Trance","slug":"trance","type":"genre"},{"id":9,"name":"Breaks","slug":"breaks","type":"genre"},{"id":10,"name":"Chill
53
+ Out","slug":"chill-out","type":"genre"},{"id":5,"name":"House","slug":"house","type":"genre"},{"id":15,"name":"Progressive
54
+ House","slug":"progressive-house","type":"genre"},{"id":3,"name":"Electronica","slug":"electronica","type":"genre"}],"subGenres":[{"id":27,"name":"Progressive","slug":"progressive","type":"subgenre"},{"id":30,"name":"Epic","slug":"epic","type":"subgenre"},{"id":40,"name":"Nu-Jazz","slug":"nu-jazz","type":"subgenre"},{"id":31,"name":"Hard","slug":"hard","type":"subgenre"},{"id":33,"name":"Big
55
+ Beat","slug":"big-beat","type":"subgenre"},{"id":29,"name":"Tech","slug":"tech","type":"subgenre"}],"displayLevel":1,"images":{"small":{"width":30,"height":30,"url":"http:\/\/geo-media.beatport.com\/image\/2221.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/2221.jpg"},"medium":{"width":60,"height":60,"url":"http:\/\/geo-media.beatport.com\/image\/8.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/8.jpg"},"large":{"width":500,"height":500,"url":"http:\/\/geo-media.beatport.com\/image\/5539566.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5539566.jpg"},"banner":{"width":592,"height":96,"url":"http:\/\/geo-media.beatport.com\/image\/37281.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/37281.jpg"}},"dynamicImages":{"main":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/8.jpg"}}},{"id":15,"type":"label","name":"AcropolisRPM","slug":"acropolisrpm","active":true,"lastPublishDate":"2012-08-18","biography":"","genres":[{"id":6,"name":"Techno","slug":"techno","type":"genre"},{"id":1,"name":"Drum
56
+ & Bass","slug":"drum-and-bass","type":"genre"},{"id":7,"name":"Trance","slug":"trance","type":"genre"},{"id":8,"name":"Hard
57
+ Dance","slug":"hard-dance","type":"genre"},{"id":5,"name":"House","slug":"house","type":"genre"},{"id":9,"name":"Breaks","slug":"breaks","type":"genre"},{"id":15,"name":"Progressive
58
+ House","slug":"progressive-house","type":"genre"},{"id":17,"name":"Electro
59
+ House","slug":"electro-house","type":"genre"},{"id":10,"name":"Chill Out","slug":"chill-out","type":"genre"},{"id":11,"name":"Tech
60
+ House","slug":"tech-house","type":"genre"},{"id":37,"name":"Indie Dance \/
61
+ Nu Disco","slug":"indie-dance-nu-disco","type":"genre"},{"id":18,"name":"Dubstep","slug":"dubstep","type":"genre"},{"id":3,"name":"Electronica","slug":"electronica","type":"genre"}],"subGenres":[{"id":29,"name":"Tech","slug":"tech","type":"subgenre"},{"id":31,"name":"Hard","slug":"hard","type":"subgenre"},{"id":28,"name":"Acid","slug":"acid","type":"subgenre"},{"id":39,"name":"Downtempo","slug":"downtempo","type":"subgenre"},{"id":27,"name":"Progressive","slug":"progressive","type":"subgenre"},{"id":19,"name":"Tribal","slug":"tribal","type":"subgenre"},{"id":88,"name":"Indie
62
+ Dance","slug":"indie-dance","type":"subgenre"},{"id":32,"name":"Nu-NRG","slug":"nu-nrg","type":"subgenre"},{"id":30,"name":"Epic","slug":"epic","type":"subgenre"},{"id":18,"name":"Disco","slug":"disco","type":"subgenre"},{"id":38,"name":"Progressive","slug":"progressive","type":"subgenre"}],"displayLevel":1,"images":{"small":{"width":30,"height":30,"url":"http:\/\/geo-media.beatport.com\/image\/2498.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/2498.jpg"},"medium":{"width":60,"height":60,"url":"http:\/\/geo-media.beatport.com\/image\/285.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/285.jpg"},"large":{"width":500,"height":500,"url":"http:\/\/geo-media.beatport.com\/image\/5539566.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5539566.jpg"}},"dynamicImages":{"main":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/285.jpg"}}},{"id":16,"type":"label","name":"Acute
63
+ Recordings","slug":"acute-recordings","active":true,"lastPublishDate":"2011-07-14","biography":"","genres":[{"id":15,"name":"Progressive
64
+ House","slug":"progressive-house","type":"genre"},{"id":7,"name":"Trance","slug":"trance","type":"genre"},{"id":11,"name":"Tech
65
+ House","slug":"tech-house","type":"genre"},{"id":6,"name":"Techno","slug":"techno","type":"genre"},{"id":17,"name":"Electro
66
+ House","slug":"electro-house","type":"genre"},{"id":12,"name":"Deep House","slug":"deep-house","type":"genre"}],"subGenres":[{"id":27,"name":"Progressive","slug":"progressive","type":"subgenre"}],"displayLevel":1,"images":{"small":{"width":30,"height":30,"url":"http:\/\/geo-media.beatport.com\/image\/2505.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/2505.jpg"},"medium":{"width":60,"height":60,"url":"http:\/\/geo-media.beatport.com\/image\/292.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/292.jpg"},"large":{"width":500,"height":500,"url":"http:\/\/geo-media.beatport.com\/image\/5539566.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5539566.jpg"},"banner":{"width":592,"height":96,"url":"http:\/\/geo-media.beatport.com\/image\/37454.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/37454.jpg"}},"dynamicImages":{"main":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/292.jpg"}}},{"id":18,"type":"label","name":"Adjusted
67
+ Music","slug":"adjusted-music","active":true,"lastPublishDate":"2012-08-27","biography":"","genres":[{"id":7,"name":"Trance","slug":"trance","type":"genre"},{"id":10,"name":"Chill
68
+ Out","slug":"chill-out","type":"genre"}],"subGenres":[{"id":40,"name":"Nu-Jazz","slug":"nu-jazz","type":"subgenre"},{"id":27,"name":"Progressive","slug":"progressive","type":"subgenre"},{"id":29,"name":"Tech","slug":"tech","type":"subgenre"}],"displayLevel":1,"images":{"small":{"width":30,"height":30,"url":"http:\/\/geo-media.beatport.com\/image\/2497.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/2497.jpg"},"medium":{"width":60,"height":60,"url":"http:\/\/geo-media.beatport.com\/image\/284.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/284.jpg"},"large":{"width":500,"height":500,"url":"http:\/\/geo-media.beatport.com\/image\/5539566.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5539566.jpg"},"banner":{"width":592,"height":96,"url":"http:\/\/geo-media.beatport.com\/image\/37397.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/37397.jpg"}},"dynamicImages":{"main":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/284.jpg"}}},{"id":19,"type":"label","name":"Advanced
69
+ Records","slug":"advanced-records","active":true,"lastPublishDate":"2010-03-29","biography":"","genres":[{"id":6,"name":"Techno","slug":"techno","type":"genre"},{"id":15,"name":"Progressive
70
+ House","slug":"progressive-house","type":"genre"},{"id":5,"name":"House","slug":"house","type":"genre"},{"id":7,"name":"Trance","slug":"trance","type":"genre"},{"id":14,"name":"Minimal","slug":"minimal","type":"genre"},{"id":17,"name":"Electro
71
+ House","slug":"electro-house","type":"genre"},{"id":10,"name":"Chill Out","slug":"chill-out","type":"genre"},{"id":3,"name":"Electronica","slug":"electronica","type":"genre"},{"id":1,"name":"Drum
72
+ & Bass","slug":"drum-and-bass","type":"genre"},{"id":9,"name":"Breaks","slug":"breaks","type":"genre"},{"id":11,"name":"Tech
73
+ House","slug":"tech-house","type":"genre"},{"id":16,"name":"DJ Tools","slug":"dj-tools","type":"genre"}],"subGenres":[{"id":24,"name":"Melodic","slug":"melodic","type":"subgenre"},{"id":39,"name":"Downtempo","slug":"downtempo","type":"subgenre"},{"id":14,"name":"Electro","slug":"electro","type":"subgenre"},{"id":38,"name":"Progressive","slug":"progressive","type":"subgenre"},{"id":44,"name":"Reprise","slug":"reprise","type":"subgenre"}],"displayLevel":1,"images":{"small":{"width":30,"height":30,"url":"http:\/\/geo-media.beatport.com\/image\/2222.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/2222.jpg"},"medium":{"width":60,"height":60,"url":"http:\/\/geo-media.beatport.com\/image\/9.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/9.jpg"},"large":{"width":500,"height":500,"url":"http:\/\/geo-media.beatport.com\/image\/5539566.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5539566.jpg"},"banner":{"width":592,"height":96,"url":"http:\/\/geo-media.beatport.com\/image\/37164.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/37164.jpg"}},"dynamicImages":{"main":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/9.jpg"}}}]}'
74
+ http_version: '1.1'
75
+ recorded_at: Wed, 10 Oct 2012 00:51:11 GMT
76
+ recorded_with: VCR 2.2.5
@@ -0,0 +1,55 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.beatport.com/catalog/3/releases?id=164808
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message: OK
14
+ headers:
15
+ date:
16
+ - Wed, 10 Oct 2012 00:54:10 GMT
17
+ server:
18
+ - Apache
19
+ expires:
20
+ - Wed, 10 Oct 2012 01:24:10 GMT
21
+ pragma:
22
+ - public
23
+ cache-control:
24
+ - public, max-age=1800
25
+ access-control-allow-origin:
26
+ - ! '*'
27
+ connection:
28
+ - close
29
+ transfer-encoding:
30
+ - chunked
31
+ content-type:
32
+ - application/json
33
+ body:
34
+ encoding: US-ASCII
35
+ string: ! '{"metadata":{"host":"api.beatport.com","path":"\/catalog\/releases","query":"id=164808","page":1,"perPage":10,"count":1,"totalPages":1,"perPageOptions":[{"value":50,"applyQuery":"id=164808&perPage=50"},{"value":100,"applyQuery":"id=164808&perPage=100"},{"value":150,"applyQuery":"id=164808&perPage=150"}],"facets":{"fields":[]},"appliedFacets":[],"dateFilters":[{"name":"today","startDate":"2012-10-09","endDate":"2012-10-09","applyQuery":"id=164808&publishDateStart=2012-10-09&publishDateEnd=2012-10-09","applied":false},{"name":"yesterday","startDate":"2012-10-08","endDate":"2012-10-09","applyQuery":"id=164808&publishDateStart=2012-10-08&publishDateEnd=2012-10-09","applied":false},{"name":"weekToDate","startDate":"2012-10-02","endDate":"2012-10-09","applyQuery":"id=164808&publishDateStart=2012-10-02&publishDateEnd=2012-10-09","applied":false},{"name":"monthToDate","startDate":"2012-09-09","endDate":"2012-10-09","applyQuery":"id=164808&publishDateStart=2012-09-09&publishDateEnd=2012-10-09","applied":false},{"name":"yearToDate","startDate":"2011-10-09","endDate":"2012-10-09","applyQuery":"id=164808&publishDateStart=2011-10-09&publishDateEnd=2012-10-09","applied":false},{"custom":true,"name":"customRange","applied":false,"applyQuery":"id=164808"}],"spellcheck":{"suggestions":[]}},"results":[{"id":164808,"type":"release","sku":"release-164808","name":"Anjunabeats
36
+ Volume 6 (Unmixed - DJ Ready)","slug":"anjunabeats-volume-6-unmixed-dj-ready","active":true,"releaseDate":"2009-04-06","publishDate":"2009-04-06","exclusive":false,"category":"Album","currentStatus":"General
37
+ Content","catalogNumber":"ANJCDCO011D","purchasable":true,"price":{"code":"usd","symbol":"$","value":999},"tracksPrice":{"code":"usd","symbol":"$","value":4321},"audioFormatFee":{"wav":{"code":"usd","symbol":"$","value":2900},"aiff":{"code":"usd","symbol":"$","value":2900}},"label":{"id":804,"name":"Anjunabeats","type":"label","slug":"anjunabeats"},"artists":[{"id":211,"name":"Andy
38
+ Moor","slug":"andy-moor","type":"artist"},{"id":2976,"name":"Shane 54","slug":"shane-54","type":"artist"},{"id":5386,"name":"Bart
39
+ Claessen","slug":"bart-claessen","type":"artist"},{"id":6489,"name":"OceanLab","slug":"oceanlab","type":"artist"},{"id":6669,"name":"Signalrunners","slug":"signalrunners","type":"artist"},{"id":7181,"name":"Above
40
+ & Beyond","slug":"above-and-beyond","type":"artist"},{"id":8998,"name":"Jaytech","slug":"jaytech","type":"artist"},{"id":11879,"name":"Boom
41
+ Jinx","slug":"boom-jinx","type":"artist"},{"id":12919,"name":"Julie Thompson","slug":"julie-thompson","type":"artist"},{"id":16498,"name":"Johan
42
+ Vermeulen","slug":"johan-vermeulen","type":"artist"},{"id":17030,"name":"Paul
43
+ Keeley","slug":"paul-keeley","type":"artist"},{"id":19090,"name":"Neumann","slug":"neumann","type":"artist"},{"id":19183,"name":"Nitrous
44
+ Oxide","slug":"nitrous-oxide","type":"artist"},{"id":19557,"name":"Adam Nickey","slug":"adam-nickey","type":"artist"},{"id":22052,"name":"Joonas
45
+ Hahmo","slug":"joonas-hahmo","type":"artist"},{"id":24276,"name":"PROFF","slug":"proff","type":"artist"},{"id":32659,"name":"Daniel
46
+ Kandi","slug":"daniel-kandi","type":"artist"},{"id":35216,"name":"Komytea","slug":"komytea","type":"artist"},{"id":35625,"name":"Mat
47
+ Zo","slug":"mat-zo","type":"artist"},{"id":41125,"name":"Oliver Smith","slug":"oliver-smith","type":"artist"},{"id":51726,"name":"Dave
48
+ Schiemann","slug":"dave-schiemann","type":"artist"},{"id":61954,"name":"Myon
49
+ & Shane 54","slug":"myon-and-shane-54","type":"artist"},{"id":75268,"name":"Tritonal","slug":"tritonal","type":"artist"},{"id":81018,"name":"Sundriver","slug":"sundriver","type":"artist"},{"id":93336,"name":"Super8
50
+ & Tab","slug":"super8-and-tab","type":"artist"},{"id":40060,"name":"Michael
51
+ Cassette","slug":"michael-cassette","type":"remixer"},{"id":58751,"name":"Dinka","slug":"dinka","type":"remixer"}],"genres":[{"id":15,"name":"Progressive
52
+ House","slug":"progressive-house","type":"genre"},{"id":7,"name":"Trance","slug":"trance","type":"genre"}],"images":{"small":{"width":30,"height":30,"url":"http:\/\/geo-media.beatport.com\/image\/392699.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/392699.jpg"},"medium":{"width":60,"height":60,"url":"http:\/\/geo-media.beatport.com\/image\/392700.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/392700.jpg"},"large":{"width":500,"height":500,"url":"http:\/\/geo-media.beatport.com\/image\/392701.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/392701.jpg"}},"dynamicImages":{"main":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/392701.jpg"}}}]}'
53
+ http_version: '1.1'
54
+ recorded_at: Wed, 10 Oct 2012 00:54:10 GMT
55
+ recorded_with: VCR 2.2.5
@@ -0,0 +1,38 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.beatport.com/catalog/3/search?query=ANJCDCO011D
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message: OK
14
+ headers:
15
+ date:
16
+ - Wed, 10 Oct 2012 01:19:14 GMT
17
+ server:
18
+ - Apache
19
+ expires:
20
+ - Wed, 10 Oct 2012 01:49:14 GMT
21
+ pragma:
22
+ - public
23
+ cache-control:
24
+ - public, max-age=1800
25
+ access-control-allow-origin:
26
+ - ! '*'
27
+ connection:
28
+ - close
29
+ transfer-encoding:
30
+ - chunked
31
+ content-type:
32
+ - application/json
33
+ body:
34
+ encoding: US-ASCII
35
+ string: ! '{"metadata":{"host":"api.beatport.com","path":"\/catalog\/search","query":"query=ANJCDCO011D","page":1,"perPage":10,"count":0,"totalPages":0,"perPageOptions":[{"value":50,"applyQuery":"query=ANJCDCO011D&perPage=50"},{"value":100,"applyQuery":"query=ANJCDCO011D&perPage=100"},{"value":150,"applyQuery":"query=ANJCDCO011D&perPage=150"}],"facets":{"fields":[]},"appliedFacets":[],"spellcheck":{"suggestions":[]}},"results":[]}'
36
+ http_version: '1.1'
37
+ recorded_at: Wed, 10 Oct 2012 01:19:14 GMT
38
+ recorded_with: VCR 2.2.5
@@ -0,0 +1,101 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.beatport.com/catalog/3/search?facets=genreName%3ATrance&query=anjunadeep
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message: OK
14
+ headers:
15
+ date:
16
+ - Wed, 10 Oct 2012 01:19:15 GMT
17
+ server:
18
+ - Apache
19
+ expires:
20
+ - Wed, 10 Oct 2012 01:49:15 GMT
21
+ pragma:
22
+ - public
23
+ cache-control:
24
+ - public, max-age=1800
25
+ access-control-allow-origin:
26
+ - ! '*'
27
+ connection:
28
+ - close
29
+ transfer-encoding:
30
+ - chunked
31
+ content-type:
32
+ - application/json
33
+ body:
34
+ encoding: US-ASCII
35
+ string: ! '{"metadata":{"host":"api.beatport.com","path":"\/catalog\/search","query":"facets%5B0%5D=genreName%3ATrance&query=anjunadeep","page":1,"perPage":10,"count":51,"totalPages":6,"nextQuery":"facets%5B0%5D=genreName%3ATrance&query=anjunadeep&page=2","perPageOptions":[{"value":50,"applyQuery":"facets%5B0%5D=genreName%3ATrance&query=anjunadeep&perPage=50"},{"value":100,"applyQuery":"facets%5B0%5D=genreName%3ATrance&query=anjunadeep&perPage=100"},{"value":150,"applyQuery":"facets%5B0%5D=genreName%3ATrance&query=anjunadeep&perPage=150"}],"facets":{"fields":[]},"appliedFacets":[],"spellcheck":{"suggestions":[]}},"results":[{"id":1390,"type":"label","name":"Anjunadeep","slug":"anjunadeep","active":true,"lastPublishDate":"2012-10-08","biography":"","genres":[{"id":7,"name":"Trance","slug":"trance","type":"genre"},{"id":15,"name":"Progressive
36
+ House","slug":"progressive-house","type":"genre"},{"id":17,"name":"Electro
37
+ House","slug":"electro-house","type":"genre"},{"id":5,"name":"House","slug":"house","type":"genre"},{"id":11,"name":"Tech
38
+ House","slug":"tech-house","type":"genre"},{"id":3,"name":"Electronica","slug":"electronica","type":"genre"},{"id":1,"name":"Drum
39
+ & Bass","slug":"drum-and-bass","type":"genre"},{"id":10,"name":"Chill Out","slug":"chill-out","type":"genre"},{"id":12,"name":"Deep
40
+ House","slug":"deep-house","type":"genre"},{"id":6,"name":"Techno","slug":"techno","type":"genre"},{"id":18,"name":"Dubstep","slug":"dubstep","type":"genre"}],"subGenres":[{"id":27,"name":"Progressive","slug":"progressive","type":"subgenre"},{"id":91,"name":"ProgNo","slug":"progno","type":"subgenre"}],"displayLevel":1,"images":{"small":{"width":30,"height":30,"url":"http:\/\/geo-media.beatport.com\/image\/3406.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/3406.jpg"},"medium":{"width":60,"height":60,"url":"http:\/\/geo-media.beatport.com\/image\/1191.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/1191.jpg"},"large":{"width":500,"height":500,"url":"http:\/\/geo-media.beatport.com\/image\/5539566.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5539566.jpg"},"banner":{"width":592,"height":96,"url":"http:\/\/geo-media.beatport.com\/image\/345152.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/345152.jpg"}},"dynamicImages":{"main":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/1191.jpg"}}},{"id":38792,"type":"chart","sku":"chart-38792","name":"Jaytech''s
41
+ Anjunadeep August Chart","slug":"jaytechs-anjunadeep-august-chart","description":"","active":true,"publishDate":"2011-08-23","price":{"code":"usd","symbol":"$","value":1490},"audioFormatFee":{"wav":{"code":"usd","symbol":"$","value":1000},"aiff":{"code":"usd","symbol":"$","value":1000}},"genres":[{"id":7,"name":"Trance","slug":"trance","type":"genre"},{"id":15,"name":"Progressive
42
+ House","slug":"progressive-house","type":"genre"}],"images":{"small":{"width":30,"height":30,"url":"http:\/\/geo-media.beatport.com\/image\/3271944.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/3271944.jpg"},"medium":{"width":60,"height":60,"url":"http:\/\/geo-media.beatport.com\/image\/3271945.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/3271945.jpg"},"large":{"width":130,"height":130,"url":"http:\/\/geo-media.beatport.com\/image\/3271946.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/3271946.jpg"},"xlarge":{"width":500,"height":500,"url":"http:\/\/geo-media.beatport.com\/image\/3271947.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/3271947.jpg"}},"dynamicImages":{"main":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/3271947.jpg"}},"chartOwner":null},{"id":48813,"type":"chart","sku":"chart-48813","name":"Joonas
43
+ Hahmo - Anjunadeep 04 chart","slug":"joonas-hahmo-anjunadeep-04-chart","description":"","active":true,"publishDate":"2012-03-02","price":{"code":"usd","symbol":"$","value":1341},"audioFormatFee":{"wav":{"code":"usd","symbol":"$","value":900},"aiff":{"code":"usd","symbol":"$","value":900}},"genres":[{"id":7,"name":"Trance","slug":"trance","type":"genre"},{"id":15,"name":"Progressive
44
+ House","slug":"progressive-house","type":"genre"}],"images":{"small":{"width":30,"height":30,"url":"http:\/\/geo-media.beatport.com\/image\/5081777.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5081777.jpg"},"medium":{"width":60,"height":60,"url":"http:\/\/geo-media.beatport.com\/image\/5081778.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5081778.jpg"},"large":{"width":130,"height":130,"url":"http:\/\/geo-media.beatport.com\/image\/5081779.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5081779.jpg"},"xlarge":{"width":500,"height":500,"url":"http:\/\/geo-media.beatport.com\/image\/5081780.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5081780.jpg"}},"dynamicImages":{"main":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/5081780.jpg"}},"chartOwner":null},{"id":215217,"selected":false,"type":"track","sku":"track-215217","name":"Volume
45
+ 1","active":true,"mixName":"AnjunaDeep Mix","title":"Volume 1 (AnjunaDeep
46
+ Mix)","slug":"volume-1-anjunadeep-mix","isrc":null,"releaseDate":"2000-06-01","publishDate":"2000-06-01","sampleUrl":"http:\/\/geo-samples.beatport.com\/lofi\/215217.LOFI.mp3","isPreviewAvailable":null,"isAvailableForMix":true,"rtmpStreamUrl":"rtmp:\/\/geo-rtmp-samples.beatport.com\/beatport\/_definst_\/mp3:lofi_samples\/items\/volumes\/volume2\/items\/0\/200000\/10000\/5000\/200\/10\/215217.LOFI","exclusive":false,"price":{"code":"usd","symbol":"$","value":149},"audioFormatFee":{"wav":{"code":"usd","symbol":"$","value":100},"aiff":{"code":"usd","symbol":"$","value":100}},"losslessUpgradeFormatFee":[],"currentStatus":"General
47
+ Content","length":"08:46","bpm":136,"key":{"standard":{"letter":"A","sharp":true,"flat":false,"chord":"minor"}},"saleType":"purchase","artists":[{"id":28093,"name":"Anjuna
48
+ Beats","slug":"anjuna-beats","type":"artist"}],"genres":[{"id":7,"name":"Trance","slug":"trance","type":"genre"}],"subGenres":[],"charts":[],"release":{"id":38763,"name":"Volume
49
+ 1","type":"release","slug":"volume-1"},"label":{"id":804,"name":"Anjunabeats","type":"label","slug":"anjunabeats"},"images":{"small":{"width":30,"height":30,"url":"http:\/\/geo-media.beatport.com\/image\/60759.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/60759.jpg"},"medium":{"width":60,"height":60,"url":"http:\/\/geo-media.beatport.com\/image\/60760.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/60760.jpg"},"large":{"width":500,"height":500,"url":"http:\/\/geo-media.beatport.com\/image\/5245821.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5245821.jpg"},"waveform":{"width":1500,"height":250,"url":"http:\/\/geo-media.beatport.com\/image\/2353813.png","secureUrl":"https:\/\/media.beatport.com\/image\/2353813.png"}},"dynamicImages":{"main":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/60760.jpg"}}},{"id":940969,"type":"release","sku":"release-940969","name":"Anjunadeep
50
+ 04 (Unmixed & DJ Ready)","slug":"anjunadeep-04-unmixed-and-dj-ready","active":true,"releaseDate":"2012-07-24","publishDate":"2012-07-24","exclusive":false,"category":"Album","description":"","currentStatus":"General
51
+ Content","catalogNumber":"ANJCDCO092D","purchasable":true,"price":{"code":"usd","symbol":"$","value":999},"tracksPrice":{"code":"usd","symbol":"$","value":3576},"audioFormatFee":{"wav":{"code":"usd","symbol":"$","value":2400},"aiff":{"code":"usd","symbol":"$","value":2400}},"label":{"id":1390,"name":"Anjunadeep","type":"label","slug":"anjunadeep"},"artists":[{"id":6471,"name":"P.O.S.","slug":"p-o-s","type":"artist"},{"id":6484,"name":"Stephen
52
+ J. Kroos","slug":"stephen-j-kroos","type":"artist"},{"id":6510,"name":"Vincenzo","slug":"vincenzo","type":"artist"},{"id":8998,"name":"Jaytech","slug":"jaytech","type":"artist"},{"id":13732,"name":"Martin
53
+ Roth","slug":"martin-roth","type":"artist"},{"id":16068,"name":"P8","slug":"p8","type":"artist"},{"id":22052,"name":"Joonas
54
+ Hahmo","slug":"joonas-hahmo","type":"artist"},{"id":27206,"name":"Vadim Soloviev","slug":"vadim-soloviev","type":"artist"},{"id":37844,"name":"Parker
55
+ & Hanson","slug":"parker-and-hanson","type":"artist"},{"id":41125,"name":"Oliver
56
+ Smith","slug":"oliver-smith","type":"artist"},{"id":48881,"name":"Paronator","slug":"paronator","type":"artist"},{"id":61194,"name":"Dusky","slug":"dusky","type":"artist"},{"id":79895,"name":"Full
57
+ Tilt","slug":"full-tilt","type":"artist"},{"id":82515,"name":"Solarity","slug":"solarity","type":"artist"},{"id":88779,"name":"Kobana","slug":"kobana","type":"artist"},{"id":98835,"name":"Andrew
58
+ Bayer","slug":"andrew-bayer","type":"artist"},{"id":111898,"name":"Answer42","slug":"answer42","type":"artist"},{"id":126709,"name":"Soundprank","slug":"soundprank","type":"artist"},{"id":143091,"name":"Suspect
59
+ 44","slug":"suspect-44","type":"artist"},{"id":172648,"name":"Yane3dots","slug":"yane3dots","type":"artist"},{"id":176503,"name":"Levente
60
+ Marton","slug":"levente-marton","type":"artist"},{"id":1768,"name":"Tom Middleton","slug":"tom-middleton","type":"remixer"},{"id":95557,"name":"James
61
+ Grant","slug":"james-grant","type":"remixer"}],"genres":[{"id":3,"name":"Electronica","slug":"electronica","type":"genre"},{"id":12,"name":"Deep
62
+ House","slug":"deep-house","type":"genre"},{"id":15,"name":"Progressive House","slug":"progressive-house","type":"genre"},{"id":7,"name":"Trance","slug":"trance","type":"genre"}],"images":{"small":{"width":30,"height":30,"url":"http:\/\/geo-media.beatport.com\/image\/5714024.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5714024.jpg"},"medium":{"width":60,"height":60,"url":"http:\/\/geo-media.beatport.com\/image\/5714025.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5714025.jpg"},"large":{"width":500,"height":500,"url":"http:\/\/geo-media.beatport.com\/image\/5714026.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5714026.jpg"}},"dynamicImages":{"main":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/5714026.jpg"}}},{"id":232766,"type":"release","sku":"release-232766","name":"Hola","slug":"hola","active":true,"releaseDate":"2010-03-30","publishDate":"2010-03-30","exclusive":false,"category":"Release","description":"","currentStatus":"General
63
+ Content","catalogNumber":"ANJDEE072D","purchasable":true,"price":{"code":"usd","symbol":"$","value":298},"tracksPrice":{"code":"usd","symbol":"$","value":298},"audioFormatFee":{"wav":{"code":"usd","symbol":"$","value":200},"aiff":{"code":"usd","symbol":"$","value":200}},"label":{"id":1390,"name":"Anjunadeep","type":"label","slug":"anjunadeep"},"artists":[{"id":9793,"name":"Alex
64
+ Monakhov","slug":"alex-monakhov","type":"artist"},{"id":129781,"name":"Que","slug":"que","type":"artist"},{"id":24276,"name":"PROFF","slug":"proff","type":"remixer"}],"genres":[{"id":7,"name":"Trance","slug":"trance","type":"genre"},{"id":15,"name":"Progressive
65
+ House","slug":"progressive-house","type":"genre"}],"images":{"small":{"width":30,"height":30,"url":"http:\/\/geo-media.beatport.com\/image\/631718.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/631718.jpg"},"medium":{"width":60,"height":60,"url":"http:\/\/geo-media.beatport.com\/image\/631719.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/631719.jpg"},"large":{"width":500,"height":500,"url":"http:\/\/geo-media.beatport.com\/image\/631720.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/631720.jpg"}},"dynamicImages":{"main":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/631720.jpg"}}},{"id":81170,"type":"release","sku":"release-81170","name":"Welsh
66
+ Morphology","slug":"welsh-morphology","active":true,"releaseDate":"2007-10-29","publishDate":"2007-10-29","exclusive":false,"category":"Release","description":"David
67
+ West is back on Anjunabeats with what can only be described as innovative,
68
+ progressive, trance with big room written all over it. \u2018Welsh Morphology\u2019
69
+ \u2013 get ready to hear this on every dance floor on the globe.\r\nThe Original
70
+ Mix is a monster of a tune take a playful melody, graced with a soft non-sensical
71
+ vocal, and build with a bouncing baseline and you have \u2018Welsh Morphology\u2019. The
72
+ Charles Gudagavfa Remix is a deeper, housey play on the original. Blending
73
+ the original vocals with an electro edge, think Urban Torque cross Martin
74
+ Roth and add a sparkle of original and booyah! This package is nothing far
75
+ from impressive; the original is already on Armin Van Buurens \u2018Universal
76
+ Religion\u2019 2007.","currentStatus":"General Content","catalogNumber":"ANJDEE-017","purchasable":true,"price":{"code":"usd","symbol":"$","value":298},"tracksPrice":{"code":"usd","symbol":"$","value":298},"audioFormatFee":{"wav":{"code":"usd","symbol":"$","value":200},"aiff":{"code":"usd","symbol":"$","value":200}},"label":{"id":1390,"name":"Anjunadeep","type":"label","slug":"anjunadeep"},"artists":[{"id":5393,"name":"David
77
+ West","slug":"david-west","type":"artist"},{"id":47304,"name":"Charles Gudagafva","slug":"charles-gudagafva","type":"remixer"}],"genres":[{"id":7,"name":"Trance","slug":"trance","type":"genre"},{"id":15,"name":"Progressive
78
+ House","slug":"progressive-house","type":"genre"}],"images":{"small":{"width":30,"height":30,"url":"http:\/\/geo-media.beatport.com\/image\/164125.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/164125.jpg"},"medium":{"width":60,"height":60,"url":"http:\/\/geo-media.beatport.com\/image\/164126.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/164126.jpg"},"large":{"width":500,"height":500,"url":"http:\/\/geo-media.beatport.com\/image\/5245821.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5245821.jpg"}},"dynamicImages":{"main":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/164126.jpg"}}},{"id":57986,"type":"release","sku":"release-57986","name":"Zeppelin
79
+ \/ David","slug":"zeppelin-david","active":true,"releaseDate":"2007-07-09","publishDate":"2007-07-09","exclusive":false,"category":"Release","description":"Michael
80
+ Cassette hails from Finland and draws his musical inspiration from the memory
81
+ of his late brother, David. And this essential two tracker announces him as
82
+ a major new house music talent. On the A-side, ''Zeppelin'' hails from the
83
+ ''Discopolis'' school of thinking, combining influences from the late 70''s
84
+ and 80''s with today''s production values. Already on the playlists of Hernan
85
+ Cattaneo and Chris Lake.\r\n\r\nThe result is a melodic house beauty that
86
+ just keeps on building and building. On the flip, ''David'' is a direct tribute
87
+ to Cassette''s late brother, a chunky, 80''s-infused electro houser with poignant
88
+ vo-coded vocals. An awesome debut. ''Zeppelin'' appears on Above & Beyond:
89
+ Anjunabeats Volume Five'' released May21st 2007","currentStatus":"General
90
+ Content","catalogNumber":"ANJDEE013","purchasable":true,"price":{"code":"usd","symbol":"$","value":447},"tracksPrice":{"code":"usd","symbol":"$","value":447},"audioFormatFee":{"wav":{"code":"usd","symbol":"$","value":300},"aiff":{"code":"usd","symbol":"$","value":300}},"label":{"id":1390,"name":"Anjunadeep","type":"label","slug":"anjunadeep"},"artists":[{"id":7848,"name":"Allende","slug":"allende","type":"remixer"},{"id":40060,"name":"Michael
91
+ Cassette","slug":"michael-cassette","type":"artist"}],"genres":[{"id":15,"name":"Progressive
92
+ House","slug":"progressive-house","type":"genre"},{"id":7,"name":"Trance","slug":"trance","type":"genre"}],"images":{"small":{"width":30,"height":30,"url":"http:\/\/geo-media.beatport.com\/image\/106128.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/106128.jpg"},"medium":{"width":60,"height":60,"url":"http:\/\/geo-media.beatport.com\/image\/106129.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/106129.jpg"},"large":{"width":500,"height":500,"url":"http:\/\/geo-media.beatport.com\/image\/5245821.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5245821.jpg"}},"dynamicImages":{"main":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/106129.jpg"}}},{"id":45079,"type":"release","sku":"release-45079","name":"Reflect
93
+ \/ Illumina","slug":"reflect-illumina","active":true,"releaseDate":"2007-02-12","publishDate":"2007-02-12","exclusive":false,"category":"Release","description":"","currentStatus":"General
94
+ Content","catalogNumber":"ANJDEE008","purchasable":true,"price":{"code":"usd","symbol":"$","value":298},"tracksPrice":{"code":"usd","symbol":"$","value":298},"audioFormatFee":{"wav":{"code":"usd","symbol":"$","value":200},"aiff":{"code":"usd","symbol":"$","value":200}},"label":{"id":1390,"name":"Anjunadeep","type":"label","slug":"anjunadeep"},"artists":[{"id":13105,"name":"Maor
95
+ Levi","slug":"maor-levi","type":"artist"}],"genres":[{"id":7,"name":"Trance","slug":"trance","type":"genre"}],"images":{"small":{"width":30,"height":30,"url":"http:\/\/geo-media.beatport.com\/image\/75459.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/75459.jpg"},"medium":{"width":60,"height":60,"url":"http:\/\/geo-media.beatport.com\/image\/75460.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/75460.jpg"},"large":{"width":500,"height":500,"url":"http:\/\/geo-media.beatport.com\/image\/5245821.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5245821.jpg"}},"dynamicImages":{"main":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/75460.jpg"}}},{"id":19287,"type":"release","sku":"release-19287","name":"Larry
96
+ Mountains 54","slug":"larry-mountains-54","active":true,"releaseDate":"2005-10-27","publishDate":"2005-10-27","exclusive":false,"category":"Release","description":"","currentStatus":"General
97
+ Content","catalogNumber":"ANJDEEP001","purchasable":true,"price":{"code":"usd","symbol":"$","value":298},"tracksPrice":{"code":"usd","symbol":"$","value":298},"audioFormatFee":{"wav":{"code":"usd","symbol":"$","value":200},"aiff":{"code":"usd","symbol":"$","value":200}},"label":{"id":1390,"name":"Anjunadeep","type":"label","slug":"anjunadeep"},"artists":[{"id":1083,"name":"Inkfish","slug":"inkfish","type":"remixer"},{"id":5393,"name":"David
98
+ West","slug":"david-west","type":"artist"}],"genres":[{"id":7,"name":"Trance","slug":"trance","type":"genre"}],"images":{"small":{"width":30,"height":30,"url":"http:\/\/geo-media.beatport.com\/image\/3406.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/3406.jpg"},"medium":{"width":60,"height":60,"url":"http:\/\/geo-media.beatport.com\/image\/1191.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/1191.jpg"},"large":{"width":500,"height":500,"url":"http:\/\/geo-media.beatport.com\/image\/5245821.jpg","secureUrl":"https:\/\/media.beatport.com\/image\/5245821.jpg"}},"dynamicImages":{"main":{"url":"\/\/geo-media.beatport.com\/image_size{hq}\/{w}x{h}\/1191.jpg"}}}]}'
99
+ http_version: '1.1'
100
+ recorded_at: Wed, 10 Oct 2012 01:19:15 GMT
101
+ recorded_with: VCR 2.2.5