interface RecentlyPlayed {
    context: string;
    played_at: Date;
    track: Track;
}

Properties

context: string
played_at: Date
track: Track