release
Data license: ODbL
- email_id
- Email that contains the release
- added
- When was the email received
- source
- bcrel: 'New release from {label} ...' email bcblurb: '... new music for you on Bandcamp' email <user-handle>: Usernames from the '... and {num} others bought new music on Bandcamp' email
- album/artist/label/title
- Release details
- url
- Release URL, which may contain the user handle who bought the release
- comment
- All bcblurb and some bcrel releases come with comments - they would be found here
- done
- Signifies a release that has been reviewed / listened to
- done_date
- The datetime the above happened
- bought
- Signifies a release that has also been bought
2 rows where bought = 0 and "done_date" is on date 2021-06-03 sorted by added descending
This data as json, CSV (advanced)
Suggested facets: added (date), done_date (date)
Link | source | label | album | artist | title | comment | url | email_id | added ▲ | done | done_date | bought |
---|---|---|---|---|---|---|---|---|---|---|---|---|
bcrel,https://diffusereality.bandcamp.com/album/istota-with-remixes-from-stereo-img-francesco-argentieri-lucati3l | bcrel | diffusereality | Istota with remixes from Stereo IMG, Francesco Argentieri & Lucati3l | Istota | 170. Experimental Drum and Bass, Samurai Sound! | https://diffusereality.bandcamp.com/album/istota-with-remixes-from-stereo-img-francesco-argentieri-lucati3l | s_9DBshxQq-B7eClAhABlQ@ismtpd0150p1mdw1.sendgrid.net | 2021-06-03 11:01:44 | 1 | 2021-06-03 11:01:44 | 0 | |
bcrel,https://planetxsociety.bandcamp.com/album/px099-100-years-of-colombia | bcrel | planetxsociety | PX099: 100 Years Of Colombia | Various Artists | https://planetxsociety.bandcamp.com/album/px099-100-years-of-colombia | XRsw7FOlR26Ts2LPfZYT3w@ismtpd0129p1iad2.sendgrid.net | 2021-06-03 04:48:28 | 1 | 2021-06-03 04:48:28 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE 'release' ( source TEXT, label TEXT, album TEXT, artist TEXT, title TEXT, comment TEXT, url TEXT, email_id TEXT, added TEXT, done INTEGER DEFAULT 0, done_date TEXT, bought INTEGER DEFAULT 0, PRIMARY KEY(source, url) ON CONFLICT IGNORE );