billboard 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History +1 -0
- data/LICENSE +20 -0
- data/README.markdown +37 -0
- data/Rakefile +91 -0
- data/VERSION.yml +4 -0
- data/lib/billboard.rb +47 -0
- data/lib/billboard/client.rb +85 -0
- data/test/billboard/client_test.rb +36 -0
- data/test/fixtures/album_charts.json +257 -0
- data/test/fixtures/artist_search_with_date_range.json +905 -0
- data/test/fixtures/chart.json +143 -0
- data/test/fixtures/song_search.json +759 -0
- data/test/test_helper.rb +36 -0
- metadata +138 -0
@@ -0,0 +1,905 @@
|
|
1
|
+
{
|
2
|
+
"searchResults": {
|
3
|
+
"firstPosition": 1,
|
4
|
+
"totalReturned": 50,
|
5
|
+
"totalRecords": 927,
|
6
|
+
"chartItem": [{
|
7
|
+
"peak": 3,
|
8
|
+
"catalogNo": "0281",
|
9
|
+
"rank": 17,
|
10
|
+
"exrank": 0,
|
11
|
+
"distribution": "RCA Victor",
|
12
|
+
"chart": {
|
13
|
+
"specType": "Singles",
|
14
|
+
"issueDate": "1970-01-03",
|
15
|
+
"specId": 357,
|
16
|
+
"name": "Hot Country Songs",
|
17
|
+
"id": 3076296
|
18
|
+
},
|
19
|
+
"song": "Brown Eyed Handsome Man",
|
20
|
+
"artist": "Waylon Jennings",
|
21
|
+
"weeksOn": 15,
|
22
|
+
"id": 8981029
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"peak": 3,
|
26
|
+
"catalogNo": "0281",
|
27
|
+
"rank": 9,
|
28
|
+
"exrank": 0,
|
29
|
+
"distribution": "RCA Victor",
|
30
|
+
"chart": {
|
31
|
+
"specType": "Singles",
|
32
|
+
"issueDate": "1970-01-10",
|
33
|
+
"specId": 357,
|
34
|
+
"name": "Hot Country Songs",
|
35
|
+
"id": 3076297
|
36
|
+
},
|
37
|
+
"song": "Brown Eyed Handsome Man",
|
38
|
+
"artist": "Waylon Jennings",
|
39
|
+
"weeksOn": 15,
|
40
|
+
"id": 8981054
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"peak": 3,
|
44
|
+
"catalogNo": "0281",
|
45
|
+
"rank": 9,
|
46
|
+
"exrank": 0,
|
47
|
+
"distribution": "RCA Victor",
|
48
|
+
"chart": {
|
49
|
+
"specType": "Singles",
|
50
|
+
"issueDate": "1970-01-17",
|
51
|
+
"specId": 357,
|
52
|
+
"name": "Hot Country Songs",
|
53
|
+
"id": 3076298
|
54
|
+
},
|
55
|
+
"song": "Brown Eyed Handsome Man",
|
56
|
+
"artist": "Waylon Jennings",
|
57
|
+
"weeksOn": 15,
|
58
|
+
"id": 8981085
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"peak": 3,
|
62
|
+
"catalogNo": "0281",
|
63
|
+
"rank": 7,
|
64
|
+
"exrank": 0,
|
65
|
+
"distribution": "RCA Victor",
|
66
|
+
"chart": {
|
67
|
+
"specType": "Singles",
|
68
|
+
"issueDate": "1970-01-24",
|
69
|
+
"specId": 357,
|
70
|
+
"name": "Hot Country Songs",
|
71
|
+
"id": 3076299
|
72
|
+
},
|
73
|
+
"song": "Brown Eyed Handsome Man",
|
74
|
+
"artist": "Waylon Jennings",
|
75
|
+
"weeksOn": 15,
|
76
|
+
"id": 8981114
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"peak": 3,
|
80
|
+
"catalogNo": "0281",
|
81
|
+
"rank": 3,
|
82
|
+
"exrank": 0,
|
83
|
+
"distribution": "RCA Victor",
|
84
|
+
"chart": {
|
85
|
+
"specType": "Singles",
|
86
|
+
"issueDate": "1970-01-31",
|
87
|
+
"specId": 357,
|
88
|
+
"name": "Hot Country Songs",
|
89
|
+
"id": 3076300
|
90
|
+
},
|
91
|
+
"song": "Brown Eyed Handsome Man",
|
92
|
+
"artist": "Waylon Jennings",
|
93
|
+
"weeksOn": 15,
|
94
|
+
"id": 8981143
|
95
|
+
},
|
96
|
+
{
|
97
|
+
"peak": 3,
|
98
|
+
"catalogNo": "0281",
|
99
|
+
"rank": 3,
|
100
|
+
"exrank": 0,
|
101
|
+
"distribution": "RCA Victor",
|
102
|
+
"chart": {
|
103
|
+
"specType": "Singles",
|
104
|
+
"issueDate": "1970-02-07",
|
105
|
+
"specId": 357,
|
106
|
+
"name": "Hot Country Songs",
|
107
|
+
"id": 3076301
|
108
|
+
},
|
109
|
+
"song": "Brown Eyed Handsome Man",
|
110
|
+
"artist": "Waylon Jennings",
|
111
|
+
"weeksOn": 15,
|
112
|
+
"id": 8981177
|
113
|
+
},
|
114
|
+
{
|
115
|
+
"peak": 3,
|
116
|
+
"catalogNo": "0281",
|
117
|
+
"rank": 10,
|
118
|
+
"exrank": 0,
|
119
|
+
"distribution": "RCA Victor",
|
120
|
+
"chart": {
|
121
|
+
"specType": "Singles",
|
122
|
+
"issueDate": "1970-02-14",
|
123
|
+
"specId": 357,
|
124
|
+
"name": "Hot Country Songs",
|
125
|
+
"id": 3076302
|
126
|
+
},
|
127
|
+
"song": "Brown Eyed Handsome Man",
|
128
|
+
"artist": "Waylon Jennings",
|
129
|
+
"weeksOn": 15,
|
130
|
+
"id": 8981220
|
131
|
+
},
|
132
|
+
{
|
133
|
+
"peak": 3,
|
134
|
+
"catalogNo": "0281",
|
135
|
+
"rank": 12,
|
136
|
+
"exrank": 0,
|
137
|
+
"distribution": "RCA Victor",
|
138
|
+
"chart": {
|
139
|
+
"specType": "Singles",
|
140
|
+
"issueDate": "1970-02-21",
|
141
|
+
"specId": 357,
|
142
|
+
"name": "Hot Country Songs",
|
143
|
+
"id": 3076303
|
144
|
+
},
|
145
|
+
"song": "Brown Eyed Handsome Man",
|
146
|
+
"artist": "Waylon Jennings",
|
147
|
+
"weeksOn": 15,
|
148
|
+
"id": 8981254
|
149
|
+
},
|
150
|
+
{
|
151
|
+
"peak": 3,
|
152
|
+
"catalogNo": "0281",
|
153
|
+
"rank": 13,
|
154
|
+
"exrank": 0,
|
155
|
+
"distribution": "RCA Victor",
|
156
|
+
"chart": {
|
157
|
+
"specType": "Singles",
|
158
|
+
"issueDate": "1970-02-28",
|
159
|
+
"specId": 357,
|
160
|
+
"name": "Hot Country Songs",
|
161
|
+
"id": 3076304
|
162
|
+
},
|
163
|
+
"song": "Brown Eyed Handsome Man",
|
164
|
+
"artist": "Waylon Jennings",
|
165
|
+
"weeksOn": 15,
|
166
|
+
"id": 8981286
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"peak": 3,
|
170
|
+
"catalogNo": "0281",
|
171
|
+
"rank": 30,
|
172
|
+
"exrank": 0,
|
173
|
+
"distribution": "RCA Victor",
|
174
|
+
"chart": {
|
175
|
+
"specType": "Singles",
|
176
|
+
"issueDate": "1970-03-07",
|
177
|
+
"specId": 357,
|
178
|
+
"name": "Hot Country Songs",
|
179
|
+
"id": 3076305
|
180
|
+
},
|
181
|
+
"song": "Brown Eyed Handsome Man",
|
182
|
+
"artist": "Waylon Jennings",
|
183
|
+
"weeksOn": 15,
|
184
|
+
"id": 8981322
|
185
|
+
},
|
186
|
+
{
|
187
|
+
"peak": 5,
|
188
|
+
"catalogNo": "9885",
|
189
|
+
"rank": 56,
|
190
|
+
"exrank": 0,
|
191
|
+
"distribution": "RCA Victor",
|
192
|
+
"chart": {
|
193
|
+
"specType": "Singles",
|
194
|
+
"issueDate": "1970-08-29",
|
195
|
+
"specId": 357,
|
196
|
+
"name": "Hot Country Songs",
|
197
|
+
"id": 3076330
|
198
|
+
},
|
199
|
+
"song": "The Taker",
|
200
|
+
"artist": "Waylon Jennings",
|
201
|
+
"weeksOn": 15,
|
202
|
+
"id": 8982010
|
203
|
+
},
|
204
|
+
{
|
205
|
+
"peak": 5,
|
206
|
+
"catalogNo": "9885",
|
207
|
+
"rank": 35,
|
208
|
+
"exrank": 0,
|
209
|
+
"distribution": "RCA Victor",
|
210
|
+
"chart": {
|
211
|
+
"specType": "Singles",
|
212
|
+
"issueDate": "1970-09-05",
|
213
|
+
"specId": 357,
|
214
|
+
"name": "Hot Country Songs",
|
215
|
+
"id": 3076331
|
216
|
+
},
|
217
|
+
"song": "The Taker",
|
218
|
+
"artist": "Waylon Jennings",
|
219
|
+
"weeksOn": 15,
|
220
|
+
"id": 8982041
|
221
|
+
},
|
222
|
+
{
|
223
|
+
"peak": 5,
|
224
|
+
"catalogNo": "9885",
|
225
|
+
"rank": 20,
|
226
|
+
"exrank": 0,
|
227
|
+
"distribution": "RCA Victor",
|
228
|
+
"chart": {
|
229
|
+
"specType": "Singles",
|
230
|
+
"issueDate": "1970-09-12",
|
231
|
+
"specId": 357,
|
232
|
+
"name": "Hot Country Songs",
|
233
|
+
"id": 3076332
|
234
|
+
},
|
235
|
+
"song": "The Taker",
|
236
|
+
"artist": "Waylon Jennings",
|
237
|
+
"weeksOn": 15,
|
238
|
+
"id": 8982069
|
239
|
+
},
|
240
|
+
{
|
241
|
+
"peak": 5,
|
242
|
+
"catalogNo": "9885",
|
243
|
+
"rank": 15,
|
244
|
+
"exrank": 0,
|
245
|
+
"distribution": "RCA Victor",
|
246
|
+
"chart": {
|
247
|
+
"specType": "Singles",
|
248
|
+
"issueDate": "1970-09-19",
|
249
|
+
"specId": 357,
|
250
|
+
"name": "Hot Country Songs",
|
251
|
+
"id": 3076333
|
252
|
+
},
|
253
|
+
"song": "The Taker",
|
254
|
+
"artist": "Waylon Jennings",
|
255
|
+
"weeksOn": 15,
|
256
|
+
"id": 8982099
|
257
|
+
},
|
258
|
+
{
|
259
|
+
"peak": 5,
|
260
|
+
"catalogNo": "9885",
|
261
|
+
"rank": 10,
|
262
|
+
"exrank": 0,
|
263
|
+
"distribution": "RCA Victor",
|
264
|
+
"chart": {
|
265
|
+
"specType": "Singles",
|
266
|
+
"issueDate": "1970-09-26",
|
267
|
+
"specId": 357,
|
268
|
+
"name": "Hot Country Songs",
|
269
|
+
"id": 3076334
|
270
|
+
},
|
271
|
+
"song": "The Taker",
|
272
|
+
"artist": "Waylon Jennings",
|
273
|
+
"weeksOn": 15,
|
274
|
+
"id": 8982127
|
275
|
+
},
|
276
|
+
{
|
277
|
+
"peak": 5,
|
278
|
+
"catalogNo": "9885",
|
279
|
+
"rank": 7,
|
280
|
+
"exrank": 0,
|
281
|
+
"distribution": "RCA Victor",
|
282
|
+
"chart": {
|
283
|
+
"specType": "Singles",
|
284
|
+
"issueDate": "1970-10-03",
|
285
|
+
"specId": 357,
|
286
|
+
"name": "Hot Country Songs",
|
287
|
+
"id": 3076335
|
288
|
+
},
|
289
|
+
"song": "The Taker",
|
290
|
+
"artist": "Waylon Jennings",
|
291
|
+
"weeksOn": 15,
|
292
|
+
"id": 8982158
|
293
|
+
},
|
294
|
+
{
|
295
|
+
"peak": 5,
|
296
|
+
"catalogNo": "9885",
|
297
|
+
"rank": 6,
|
298
|
+
"exrank": 0,
|
299
|
+
"distribution": "RCA Victor",
|
300
|
+
"chart": {
|
301
|
+
"specType": "Singles",
|
302
|
+
"issueDate": "1970-10-10",
|
303
|
+
"specId": 357,
|
304
|
+
"name": "Hot Country Songs",
|
305
|
+
"id": 3076336
|
306
|
+
},
|
307
|
+
"song": "The Taker",
|
308
|
+
"artist": "Waylon Jennings",
|
309
|
+
"weeksOn": 15,
|
310
|
+
"id": 8982192
|
311
|
+
},
|
312
|
+
{
|
313
|
+
"peak": 94,
|
314
|
+
"catalogNo": "9885",
|
315
|
+
"rank": 94,
|
316
|
+
"exrank": 0,
|
317
|
+
"distribution": "RCA Victor",
|
318
|
+
"chart": {
|
319
|
+
"specType": "Singles",
|
320
|
+
"issueDate": "1970-10-17",
|
321
|
+
"specId": 379,
|
322
|
+
"name": "The Billboard Hot 100",
|
323
|
+
"id": 3070596
|
324
|
+
},
|
325
|
+
"song": "The Taker",
|
326
|
+
"artist": "Waylon Jennings",
|
327
|
+
"weeksOn": 1,
|
328
|
+
"id": 8841424
|
329
|
+
},
|
330
|
+
{
|
331
|
+
"peak": 5,
|
332
|
+
"catalogNo": "9885",
|
333
|
+
"rank": 5,
|
334
|
+
"exrank": 0,
|
335
|
+
"distribution": "RCA Victor",
|
336
|
+
"chart": {
|
337
|
+
"specType": "Singles",
|
338
|
+
"issueDate": "1970-10-17",
|
339
|
+
"specId": 357,
|
340
|
+
"name": "Hot Country Songs",
|
341
|
+
"id": 3076337
|
342
|
+
},
|
343
|
+
"song": "The Taker",
|
344
|
+
"artist": "Waylon Jennings",
|
345
|
+
"weeksOn": 15,
|
346
|
+
"id": 8982225
|
347
|
+
},
|
348
|
+
{
|
349
|
+
"peak": 5,
|
350
|
+
"catalogNo": "9885",
|
351
|
+
"rank": 5,
|
352
|
+
"exrank": 0,
|
353
|
+
"distribution": "RCA Victor",
|
354
|
+
"chart": {
|
355
|
+
"specType": "Singles",
|
356
|
+
"issueDate": "1970-10-24",
|
357
|
+
"specId": 357,
|
358
|
+
"name": "Hot Country Songs",
|
359
|
+
"id": 3076338
|
360
|
+
},
|
361
|
+
"song": "The Taker",
|
362
|
+
"artist": "Waylon Jennings",
|
363
|
+
"weeksOn": 15,
|
364
|
+
"id": 8982259
|
365
|
+
},
|
366
|
+
{
|
367
|
+
"peak": 5,
|
368
|
+
"catalogNo": "9885",
|
369
|
+
"rank": 5,
|
370
|
+
"exrank": 0,
|
371
|
+
"distribution": "RCA Victor",
|
372
|
+
"chart": {
|
373
|
+
"specType": "Singles",
|
374
|
+
"issueDate": "1970-10-31",
|
375
|
+
"specId": 357,
|
376
|
+
"name": "Hot Country Songs",
|
377
|
+
"id": 3076339
|
378
|
+
},
|
379
|
+
"song": "The Taker",
|
380
|
+
"artist": "Waylon Jennings",
|
381
|
+
"weeksOn": 15,
|
382
|
+
"id": 8982291
|
383
|
+
},
|
384
|
+
{
|
385
|
+
"peak": 5,
|
386
|
+
"catalogNo": "9885",
|
387
|
+
"rank": 11,
|
388
|
+
"exrank": 0,
|
389
|
+
"distribution": "RCA Victor",
|
390
|
+
"chart": {
|
391
|
+
"specType": "Singles",
|
392
|
+
"issueDate": "1970-11-07",
|
393
|
+
"specId": 357,
|
394
|
+
"name": "Hot Country Songs",
|
395
|
+
"id": 3076340
|
396
|
+
},
|
397
|
+
"song": "The Taker",
|
398
|
+
"artist": "Waylon Jennings",
|
399
|
+
"weeksOn": 15,
|
400
|
+
"id": 8982329
|
401
|
+
},
|
402
|
+
{
|
403
|
+
"peak": 5,
|
404
|
+
"catalogNo": "9885",
|
405
|
+
"rank": 12,
|
406
|
+
"exrank": 0,
|
407
|
+
"distribution": "RCA Victor",
|
408
|
+
"chart": {
|
409
|
+
"specType": "Singles",
|
410
|
+
"issueDate": "1970-11-14",
|
411
|
+
"specId": 357,
|
412
|
+
"name": "Hot Country Songs",
|
413
|
+
"id": 3076341
|
414
|
+
},
|
415
|
+
"song": "The Taker",
|
416
|
+
"artist": "Waylon Jennings",
|
417
|
+
"weeksOn": 15,
|
418
|
+
"id": 8982364
|
419
|
+
},
|
420
|
+
{
|
421
|
+
"peak": 5,
|
422
|
+
"catalogNo": "9885",
|
423
|
+
"rank": 15,
|
424
|
+
"exrank": 0,
|
425
|
+
"distribution": "RCA Victor",
|
426
|
+
"chart": {
|
427
|
+
"specType": "Singles",
|
428
|
+
"issueDate": "1970-11-21",
|
429
|
+
"specId": 357,
|
430
|
+
"name": "Hot Country Songs",
|
431
|
+
"id": 3076342
|
432
|
+
},
|
433
|
+
"song": "The Taker",
|
434
|
+
"artist": "Waylon Jennings",
|
435
|
+
"weeksOn": 15,
|
436
|
+
"id": 8982399
|
437
|
+
},
|
438
|
+
{
|
439
|
+
"peak": 5,
|
440
|
+
"catalogNo": "9885",
|
441
|
+
"rank": 23,
|
442
|
+
"exrank": 0,
|
443
|
+
"distribution": "RCA Victor",
|
444
|
+
"chart": {
|
445
|
+
"specType": "Singles",
|
446
|
+
"issueDate": "1970-11-28",
|
447
|
+
"specId": 357,
|
448
|
+
"name": "Hot Country Songs",
|
449
|
+
"id": 3076343
|
450
|
+
},
|
451
|
+
"song": "The Taker",
|
452
|
+
"artist": "Waylon Jennings",
|
453
|
+
"weeksOn": 15,
|
454
|
+
"id": 8982438
|
455
|
+
},
|
456
|
+
{
|
457
|
+
"peak": 5,
|
458
|
+
"catalogNo": "9885",
|
459
|
+
"rank": 34,
|
460
|
+
"exrank": 0,
|
461
|
+
"distribution": "RCA Victor",
|
462
|
+
"chart": {
|
463
|
+
"specType": "Singles",
|
464
|
+
"issueDate": "1970-12-05",
|
465
|
+
"specId": 357,
|
466
|
+
"name": "Hot Country Songs",
|
467
|
+
"id": 3076344
|
468
|
+
},
|
469
|
+
"song": "The Taker",
|
470
|
+
"artist": "Waylon Jennings",
|
471
|
+
"weeksOn": 15,
|
472
|
+
"id": 8982470
|
473
|
+
},
|
474
|
+
{
|
475
|
+
"peak": 0,
|
476
|
+
"rank": 24,
|
477
|
+
"exrank": 0,
|
478
|
+
"chart": {
|
479
|
+
"specType": "Year-end Albums",
|
480
|
+
"issueDate": "1970-12-31",
|
481
|
+
"specId": 413,
|
482
|
+
"name": "Top Country Albums",
|
483
|
+
"id": 3068375
|
484
|
+
},
|
485
|
+
"promotion": "RCA",
|
486
|
+
"song": "Waylon",
|
487
|
+
"artist": "Waylon Jennings",
|
488
|
+
"weeksOn": 0,
|
489
|
+
"id": 8702202
|
490
|
+
},
|
491
|
+
{
|
492
|
+
"peak": 0,
|
493
|
+
"rank": 34,
|
494
|
+
"exrank": 0,
|
495
|
+
"chart": {
|
496
|
+
"specType": "Year-end Singles",
|
497
|
+
"issueDate": "1970-12-31",
|
498
|
+
"specId": 414,
|
499
|
+
"name": "Hot Country Songs",
|
500
|
+
"id": 3068437
|
501
|
+
},
|
502
|
+
"promotion": "RCA Victor",
|
503
|
+
"song": "The Taker",
|
504
|
+
"artist": "Waylon Jennings",
|
505
|
+
"weeksOn": 0,
|
506
|
+
"id": 8705515
|
507
|
+
},
|
508
|
+
{
|
509
|
+
"peak": 3,
|
510
|
+
"catalogNo": "0615",
|
511
|
+
"rank": 75,
|
512
|
+
"exrank": 0,
|
513
|
+
"distribution": "RCA Victor",
|
514
|
+
"chart": {
|
515
|
+
"specType": "Singles",
|
516
|
+
"issueDate": "1972-01-08",
|
517
|
+
"specId": 357,
|
518
|
+
"name": "Hot Country Songs",
|
519
|
+
"id": 3076401
|
520
|
+
},
|
521
|
+
"song": "Good Hearted Woman",
|
522
|
+
"artist": "Waylon Jennings",
|
523
|
+
"weeksOn": 18,
|
524
|
+
"id": 8984102
|
525
|
+
},
|
526
|
+
{
|
527
|
+
"peak": 3,
|
528
|
+
"catalogNo": "0615",
|
529
|
+
"rank": 47,
|
530
|
+
"exrank": 0,
|
531
|
+
"distribution": "RCA Victor",
|
532
|
+
"chart": {
|
533
|
+
"specType": "Singles",
|
534
|
+
"issueDate": "1972-01-15",
|
535
|
+
"specId": 357,
|
536
|
+
"name": "Hot Country Songs",
|
537
|
+
"id": 3076402
|
538
|
+
},
|
539
|
+
"song": "Good Hearted Woman",
|
540
|
+
"artist": "Waylon Jennings",
|
541
|
+
"weeksOn": 18,
|
542
|
+
"id": 8984126
|
543
|
+
},
|
544
|
+
{
|
545
|
+
"peak": 3,
|
546
|
+
"catalogNo": "0615",
|
547
|
+
"rank": 39,
|
548
|
+
"exrank": 0,
|
549
|
+
"distribution": "RCA Victor",
|
550
|
+
"chart": {
|
551
|
+
"specType": "Singles",
|
552
|
+
"issueDate": "1972-01-22",
|
553
|
+
"specId": 357,
|
554
|
+
"name": "Hot Country Songs",
|
555
|
+
"id": 3076403
|
556
|
+
},
|
557
|
+
"song": "Good Hearted Woman",
|
558
|
+
"artist": "Waylon Jennings",
|
559
|
+
"weeksOn": 18,
|
560
|
+
"id": 8984150
|
561
|
+
},
|
562
|
+
{
|
563
|
+
"peak": 3,
|
564
|
+
"catalogNo": "0615",
|
565
|
+
"rank": 22,
|
566
|
+
"exrank": 0,
|
567
|
+
"distribution": "RCA Victor",
|
568
|
+
"chart": {
|
569
|
+
"specType": "Singles",
|
570
|
+
"issueDate": "1972-01-29",
|
571
|
+
"specId": 357,
|
572
|
+
"name": "Hot Country Songs",
|
573
|
+
"id": 3076404
|
574
|
+
},
|
575
|
+
"song": "Good Hearted Woman",
|
576
|
+
"artist": "Waylon Jennings",
|
577
|
+
"weeksOn": 18,
|
578
|
+
"id": 8984168
|
579
|
+
},
|
580
|
+
{
|
581
|
+
"peak": 3,
|
582
|
+
"catalogNo": "0615",
|
583
|
+
"rank": 19,
|
584
|
+
"exrank": 0,
|
585
|
+
"distribution": "RCA Victor",
|
586
|
+
"chart": {
|
587
|
+
"specType": "Singles",
|
588
|
+
"issueDate": "1972-02-05",
|
589
|
+
"specId": 357,
|
590
|
+
"name": "Hot Country Songs",
|
591
|
+
"id": 3076405
|
592
|
+
},
|
593
|
+
"song": "Good Hearted Woman",
|
594
|
+
"artist": "Waylon Jennings",
|
595
|
+
"weeksOn": 18,
|
596
|
+
"id": 8984192
|
597
|
+
},
|
598
|
+
{
|
599
|
+
"peak": 3,
|
600
|
+
"catalogNo": "0615",
|
601
|
+
"rank": 12,
|
602
|
+
"exrank": 0,
|
603
|
+
"distribution": "RCA Victor",
|
604
|
+
"chart": {
|
605
|
+
"specType": "Singles",
|
606
|
+
"issueDate": "1972-02-12",
|
607
|
+
"specId": 357,
|
608
|
+
"name": "Hot Country Songs",
|
609
|
+
"id": 3076406
|
610
|
+
},
|
611
|
+
"song": "Good Hearted Woman",
|
612
|
+
"artist": "Waylon Jennings",
|
613
|
+
"weeksOn": 18,
|
614
|
+
"id": 8984214
|
615
|
+
},
|
616
|
+
{
|
617
|
+
"peak": 3,
|
618
|
+
"catalogNo": "0615",
|
619
|
+
"rank": 8,
|
620
|
+
"exrank": 0,
|
621
|
+
"distribution": "RCA Victor",
|
622
|
+
"chart": {
|
623
|
+
"specType": "Singles",
|
624
|
+
"issueDate": "1972-02-19",
|
625
|
+
"specId": 357,
|
626
|
+
"name": "Hot Country Songs",
|
627
|
+
"id": 3076407
|
628
|
+
},
|
629
|
+
"song": "Good Hearted Woman",
|
630
|
+
"artist": "Waylon Jennings",
|
631
|
+
"weeksOn": 18,
|
632
|
+
"id": 8984236
|
633
|
+
},
|
634
|
+
{
|
635
|
+
"peak": 3,
|
636
|
+
"catalogNo": "0615",
|
637
|
+
"rank": 5,
|
638
|
+
"exrank": 0,
|
639
|
+
"distribution": "RCA Victor",
|
640
|
+
"chart": {
|
641
|
+
"specType": "Singles",
|
642
|
+
"issueDate": "1972-02-26",
|
643
|
+
"specId": 357,
|
644
|
+
"name": "Hot Country Songs",
|
645
|
+
"id": 3076408
|
646
|
+
},
|
647
|
+
"song": "Good Hearted Woman",
|
648
|
+
"artist": "Waylon Jennings",
|
649
|
+
"weeksOn": 18,
|
650
|
+
"id": 8984256
|
651
|
+
},
|
652
|
+
{
|
653
|
+
"peak": 3,
|
654
|
+
"catalogNo": "0615",
|
655
|
+
"rank": 4,
|
656
|
+
"exrank": 0,
|
657
|
+
"distribution": "RCA Victor",
|
658
|
+
"chart": {
|
659
|
+
"specType": "Singles",
|
660
|
+
"issueDate": "1972-03-04",
|
661
|
+
"specId": 357,
|
662
|
+
"name": "Hot Country Songs",
|
663
|
+
"id": 3076409
|
664
|
+
},
|
665
|
+
"song": "Good Hearted Woman",
|
666
|
+
"artist": "Waylon Jennings",
|
667
|
+
"weeksOn": 18,
|
668
|
+
"id": 8984280
|
669
|
+
},
|
670
|
+
{
|
671
|
+
"peak": 3,
|
672
|
+
"catalogNo": "0615",
|
673
|
+
"rank": 3,
|
674
|
+
"exrank": 0,
|
675
|
+
"distribution": "RCA Victor",
|
676
|
+
"chart": {
|
677
|
+
"specType": "Singles",
|
678
|
+
"issueDate": "1972-03-11",
|
679
|
+
"specId": 357,
|
680
|
+
"name": "Hot Country Songs",
|
681
|
+
"id": 3076410
|
682
|
+
},
|
683
|
+
"song": "Good Hearted Woman",
|
684
|
+
"artist": "Waylon Jennings",
|
685
|
+
"weeksOn": 18,
|
686
|
+
"id": 8984303
|
687
|
+
},
|
688
|
+
{
|
689
|
+
"peak": 3,
|
690
|
+
"catalogNo": "0615",
|
691
|
+
"rank": 5,
|
692
|
+
"exrank": 0,
|
693
|
+
"distribution": "RCA Victor",
|
694
|
+
"chart": {
|
695
|
+
"specType": "Singles",
|
696
|
+
"issueDate": "1972-03-18",
|
697
|
+
"specId": 357,
|
698
|
+
"name": "Hot Country Songs",
|
699
|
+
"id": 3076411
|
700
|
+
},
|
701
|
+
"song": "Good Hearted Woman",
|
702
|
+
"artist": "Waylon Jennings",
|
703
|
+
"weeksOn": 18,
|
704
|
+
"id": 8984333
|
705
|
+
},
|
706
|
+
{
|
707
|
+
"peak": 3,
|
708
|
+
"catalogNo": "0615",
|
709
|
+
"rank": 6,
|
710
|
+
"exrank": 0,
|
711
|
+
"distribution": "RCA Victor",
|
712
|
+
"chart": {
|
713
|
+
"specType": "Singles",
|
714
|
+
"issueDate": "1972-03-25",
|
715
|
+
"specId": 357,
|
716
|
+
"name": "Hot Country Songs",
|
717
|
+
"id": 3076412
|
718
|
+
},
|
719
|
+
"song": "Good Hearted Woman",
|
720
|
+
"artist": "Waylon Jennings",
|
721
|
+
"weeksOn": 18,
|
722
|
+
"id": 8984364
|
723
|
+
},
|
724
|
+
{
|
725
|
+
"peak": 3,
|
726
|
+
"catalogNo": "0615",
|
727
|
+
"rank": 10,
|
728
|
+
"exrank": 0,
|
729
|
+
"distribution": "RCA Victor",
|
730
|
+
"chart": {
|
731
|
+
"specType": "Singles",
|
732
|
+
"issueDate": "1972-04-01",
|
733
|
+
"specId": 357,
|
734
|
+
"name": "Hot Country Songs",
|
735
|
+
"id": 3076413
|
736
|
+
},
|
737
|
+
"song": "Good Hearted Woman",
|
738
|
+
"artist": "Waylon Jennings",
|
739
|
+
"weeksOn": 18,
|
740
|
+
"id": 8984397
|
741
|
+
},
|
742
|
+
{
|
743
|
+
"peak": 3,
|
744
|
+
"catalogNo": "0615",
|
745
|
+
"rank": 17,
|
746
|
+
"exrank": 0,
|
747
|
+
"distribution": "RCA Victor",
|
748
|
+
"chart": {
|
749
|
+
"specType": "Singles",
|
750
|
+
"issueDate": "1972-04-08",
|
751
|
+
"specId": 357,
|
752
|
+
"name": "Hot Country Songs",
|
753
|
+
"id": 3076414
|
754
|
+
},
|
755
|
+
"song": "Good Hearted Woman",
|
756
|
+
"artist": "Waylon Jennings",
|
757
|
+
"weeksOn": 18,
|
758
|
+
"id": 8984428
|
759
|
+
},
|
760
|
+
{
|
761
|
+
"peak": 3,
|
762
|
+
"catalogNo": "0615",
|
763
|
+
"rank": 22,
|
764
|
+
"exrank": 0,
|
765
|
+
"distribution": "RCA Victor",
|
766
|
+
"chart": {
|
767
|
+
"specType": "Singles",
|
768
|
+
"issueDate": "1972-04-15",
|
769
|
+
"specId": 357,
|
770
|
+
"name": "Hot Country Songs",
|
771
|
+
"id": 3076415
|
772
|
+
},
|
773
|
+
"song": "Good Hearted Woman",
|
774
|
+
"artist": "Waylon Jennings",
|
775
|
+
"weeksOn": 18,
|
776
|
+
"id": 8984460
|
777
|
+
},
|
778
|
+
{
|
779
|
+
"peak": 3,
|
780
|
+
"catalogNo": "0615",
|
781
|
+
"rank": 33,
|
782
|
+
"exrank": 0,
|
783
|
+
"distribution": "RCA Victor",
|
784
|
+
"chart": {
|
785
|
+
"specType": "Singles",
|
786
|
+
"issueDate": "1972-04-22",
|
787
|
+
"specId": 357,
|
788
|
+
"name": "Hot Country Songs",
|
789
|
+
"id": 3076416
|
790
|
+
},
|
791
|
+
"song": "Good Hearted Woman",
|
792
|
+
"artist": "Waylon Jennings",
|
793
|
+
"weeksOn": 18,
|
794
|
+
"id": 8984494
|
795
|
+
},
|
796
|
+
{
|
797
|
+
"peak": 3,
|
798
|
+
"catalogNo": "0615",
|
799
|
+
"rank": 40,
|
800
|
+
"exrank": 0,
|
801
|
+
"distribution": "RCA Victor",
|
802
|
+
"chart": {
|
803
|
+
"specType": "Singles",
|
804
|
+
"issueDate": "1972-04-29",
|
805
|
+
"specId": 357,
|
806
|
+
"name": "Hot Country Songs",
|
807
|
+
"id": 3076417
|
808
|
+
},
|
809
|
+
"song": "Good Hearted Woman",
|
810
|
+
"artist": "Waylon Jennings",
|
811
|
+
"weeksOn": 18,
|
812
|
+
"id": 8984522
|
813
|
+
},
|
814
|
+
{
|
815
|
+
"peak": 3,
|
816
|
+
"catalogNo": "0615",
|
817
|
+
"rank": 45,
|
818
|
+
"exrank": 0,
|
819
|
+
"distribution": "RCA Victor",
|
820
|
+
"chart": {
|
821
|
+
"specType": "Singles",
|
822
|
+
"issueDate": "1972-05-06",
|
823
|
+
"specId": 357,
|
824
|
+
"name": "Hot Country Songs",
|
825
|
+
"id": 3076418
|
826
|
+
},
|
827
|
+
"song": "Good Hearted Woman",
|
828
|
+
"artist": "Waylon Jennings",
|
829
|
+
"weeksOn": 18,
|
830
|
+
"id": 8984551
|
831
|
+
},
|
832
|
+
{
|
833
|
+
"peak": 7,
|
834
|
+
"catalogNo": "0716",
|
835
|
+
"rank": 41,
|
836
|
+
"exrank": 0,
|
837
|
+
"distribution": "RCA Victor",
|
838
|
+
"chart": {
|
839
|
+
"specType": "Singles",
|
840
|
+
"issueDate": "1972-06-10",
|
841
|
+
"specId": 357,
|
842
|
+
"name": "Hot Country Songs",
|
843
|
+
"id": 3076423
|
844
|
+
},
|
845
|
+
"song": "Sweet Dream Woman",
|
846
|
+
"artist": "Waylon Jennings",
|
847
|
+
"weeksOn": 13,
|
848
|
+
"id": 8984704
|
849
|
+
},
|
850
|
+
{
|
851
|
+
"peak": 7,
|
852
|
+
"catalogNo": "0716",
|
853
|
+
"rank": 36,
|
854
|
+
"exrank": 0,
|
855
|
+
"distribution": "RCA Victor",
|
856
|
+
"chart": {
|
857
|
+
"specType": "Singles",
|
858
|
+
"issueDate": "1972-06-17",
|
859
|
+
"specId": 357,
|
860
|
+
"name": "Hot Country Songs",
|
861
|
+
"id": 3076424
|
862
|
+
},
|
863
|
+
"song": "Sweet Dream Woman",
|
864
|
+
"artist": "Waylon Jennings",
|
865
|
+
"weeksOn": 13,
|
866
|
+
"id": 8984734
|
867
|
+
},
|
868
|
+
{
|
869
|
+
"peak": 7,
|
870
|
+
"catalogNo": "0716",
|
871
|
+
"rank": 31,
|
872
|
+
"exrank": 0,
|
873
|
+
"distribution": "RCA Victor",
|
874
|
+
"chart": {
|
875
|
+
"specType": "Singles",
|
876
|
+
"issueDate": "1972-06-24",
|
877
|
+
"specId": 357,
|
878
|
+
"name": "Hot Country Songs",
|
879
|
+
"id": 3076425
|
880
|
+
},
|
881
|
+
"song": "Sweet Dream Woman",
|
882
|
+
"artist": "Waylon Jennings",
|
883
|
+
"weeksOn": 13,
|
884
|
+
"id": 8984759
|
885
|
+
},
|
886
|
+
{
|
887
|
+
"peak": 7,
|
888
|
+
"catalogNo": "0716",
|
889
|
+
"rank": 15,
|
890
|
+
"exrank": 0,
|
891
|
+
"distribution": "RCA Victor",
|
892
|
+
"chart": {
|
893
|
+
"specType": "Singles",
|
894
|
+
"issueDate": "1972-07-01",
|
895
|
+
"specId": 357,
|
896
|
+
"name": "Hot Country Songs",
|
897
|
+
"id": 3076426
|
898
|
+
},
|
899
|
+
"song": "Sweet Dream Woman",
|
900
|
+
"artist": "Waylon Jennings",
|
901
|
+
"weeksOn": 13,
|
902
|
+
"id": 8984780
|
903
|
+
}]
|
904
|
+
}
|
905
|
+
}
|