ashish.me
Home Blog Notes About Contact
More
Movies TV Shows Books
Courses

listens

Table actions
  • GraphQL API for listens

2 rows where album = "Tape 3" and artist = "Felbm"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: listenDate (date), createdAt (date), updatedAt (date)

id ▼ title artist album releaseYear genre listenDate trackNumber createdAt updatedAt
696 Filatelie Felbm Tape 3     2024-10-18T14:12:17.000Z   2024-10-18T14:12:19.107Z 2024-10-18T14:12:19.107Z
1104 Filatelie Felbm Tape 3     2024-12-03T16:56:15.000Z   2024-12-03T16:56:16.693Z 2024-12-03T16:56:16.693Z

Advanced export

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

CSV options:

CREATE TABLE [listens] (
   [id] INTEGER PRIMARY KEY,
   [title] TEXT,
   [artist] TEXT,
   [album] TEXT,
   [releaseYear] TEXT,
   [genre] TEXT,
   [listenDate] TEXT,
   [trackNumber] TEXT,
   [createdAt] TEXT,
   [updatedAt] TEXT
);