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

listens

Table actions
  • GraphQL API for listens

2 rows where artist = "DRILL GATES" and "listenDate" is on date 2024-10-04

✎ 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
484 ON THE FLOOR DRILL DRILL GATES ON THE FLOOR DRILL     2024-10-04T18:58:39.000Z   2024-10-04T18:58:41.731Z 2024-10-04T18:58:41.731Z
490 ON THE FLOOR DRILL SLOWED + REVERB DRILL GATES ON THE FLOOR DRILL SLOWED + REVERB     2024-10-04T19:16:09.000Z   2024-10-04T19:16:10.375Z 2024-10-04T19:16:10.375Z

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