home / releases

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

4 rows where label = "ddan" sorted by added descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source, album, artist, email_id, added, added (date)

Link source label album artist title comment url email_id added ▲ done done_date bought
mattyclanz,https://ddan.bandcamp.com/track/the-danger-zone?from=fanactv-mattyclanz mattyclanz ddan   D.Dan The Danger Zone   https://ddan.bandcamp.com/track/the-danger-zone?from=fanactv-mattyclanz JQzQKZUZTzO9tBifdbVy3g@geopod-ismtpd-5-2 2022-07-08 23:40:17 0   0
mattyclanz,https://ddan.bandcamp.com/track/suspicious-frozen-products?from=fanactv-mattyclanz mattyclanz ddan   D.Dan Suspicious Frozen Products   https://ddan.bandcamp.com/track/suspicious-frozen-products?from=fanactv-mattyclanz 2v5lXdKRQL-N5a9nDLHBOw@geopod-ismtpd-5-1 2022-06-03 02:52:28 0   0
roslynnn,https://ddan.bandcamp.com/track/mutant-future?from=fanactv-roslynnn roslynnn ddan Mutant Future EP D.Dan Mutant Future   https://ddan.bandcamp.com/track/mutant-future?from=fanactv-roslynnn QdP4RmOUQxKAhlGQid4PDA@geopod-ismtpd-2-2 2022-04-14 05:31:20 0   0
roslynnn,https://ddan.bandcamp.com/track/aadja-falling-in-a-dream-d-dan-remix?from=fanactv-roslynnn roslynnn ddan Falling In A Dream (D.Dan Remix) AADJA Falling In A Dream (D.Dan Remix)   https://ddan.bandcamp.com/track/aadja-falling-in-a-dream-d-dan-remix?from=fanactv-roslynnn QdP4RmOUQxKAhlGQid4PDA@geopod-ismtpd-2-2 2022-04-14 05:31:20 0   0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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
  );
Powered by Datasette · Queries took 86.712ms · Data license: ODbL