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

listens

Table actions
  • GraphQL API for listens

1 row where artist = "Shubh" and title = "Cheques"

✎ 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
131 Cheques Shubh Still Rollin     2024-09-09T13:41:59.000Z   2024-09-09T13:42:02.445Z 2024-09-09T13:42:02.445Z

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
);